#DA74B6

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

Shades of Persian Pink #DA74B6

Tints of Persian Pink #DA74B6

Color information

#DA74B6 (or 0xDA74B6) is unknown color: approx Persian Pink. HEX triplet: DA, 74 and B6. RGB value is (218,116,182). Sum of RGB (Red+Green+Blue) = 218+116+182=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B6 is #258B49. Grayscale: #999999. Windows color (decimal): -2460490 or 11957466. OLE color: 11957466.

HSL color Cylindrical-coordinate representation of color #DA74B6: hue angle of 321.18º 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 #DA74B6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218116182-
CMYK00.470.170.15
HSL321.18º57.95%65.49%-
HSV(B)321.18º46.79%85.49%-
XYZ43.630.7747.9-
YUV154.02143.79173.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 116 (45.70% from 255) = 22.48%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=42.25%
G=22.48%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811618200.470.170.15321.1857.9565.49
HexDA74B602F11F1413a41
Octal332164266057211750172101
Binary1101101011101001011011001011111000111111010000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74B6; }

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

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

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

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

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

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

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

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