#D77DB8

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

Shades of Persian Pink #D77DB8

Tints of Persian Pink #D77DB8

Color information

#D77DB8 (or 0xD77DB8) is unknown color: approx Persian Pink. HEX triplet: D7, 7D and B8. RGB value is (215,125,184). Sum of RGB (Red+Green+Blue) = 215+125+184=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DB8 is #288247. Grayscale: #9E9E9E. Windows color (decimal): -2654792 or 12090839. OLE color: 12090839.

HSL color Cylindrical-coordinate representation of color #D77DB8: hue angle of 320.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DB8 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215125184-
CMYK00.420.140.16
HSL320.67º52.94%66.67%-
HSV(B)320.67º41.86%84.31%-
XYZ44.0132.5749.32-
YUV158.64142.32168.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=41.03%
G=23.85%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512518400.420.140.16320.6752.9466.67
HexD77DB802AE101413543
Octal327175270052162050165103
Binary1101011111111011011100001010101110100001010000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DB8; }

 p { color: rgb(215,125,184); }

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

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

 a { background-color: rgb(215,125,184); }

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

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

 span { border-color: rgb(215,125,184); }

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