#DA74B9

Color #DA74B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DA74B9

Tints of Persian Pink #DA74B9

Color information

#DA74B9 (or 0xDA74B9) is unknown color: approx Persian Pink. HEX triplet: DA, 74 and B9. RGB value is (218,116,185). Sum of RGB (Red+Green+Blue) = 218+116+185=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B9 is #258B46. Grayscale: #9A9A9A. Windows color (decimal): -2460487 or 12154074. OLE color: 12154074.

HSL color Cylindrical-coordinate representation of color #DA74B9: hue angle of 319.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74B9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218116185-
CMYK00.470.150.15
HSL319.41º57.95%65.49%-
HSV(B)319.41º46.79%85.49%-
XYZ43.9230.949.55-
YUV154.36145.29173.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=42.00%
G=22.35%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811618500.470.150.15319.4157.9565.49
HexDA74B902FFF13f3a41
Octal332164271057171747772101
Binary110110101110100101110010101111111111111001111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74B9; }

 p { color: rgb(218,116,185); }

 H1.HeaderClassName
 {
   color: #DA74B9;
 }
 .AnyTagClassName
 {
   color: #DA74B9;
 }
</style>
background-color css

<style>
 a { background-color: #DA74B9; }

 a { background-color: rgb(218,116,185); }

 div.DivClassName
 {
   background-color: #DA74B9;
 }
 .BgClassName
 {
   background-color: #DA74B9;
 }
</style>
border-color css

<style>
 span { border-color: #DA74B9; }

 span { border-color: rgb(218,116,185); }

 td.TdClassName
 {
   border-color: #DA74B9;
 }
 .TagClassName
 {
   border-color: #DA74B9;
 }
</style>