#D77CB6

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

Shades of Persian Pink #D77CB6

Tints of Persian Pink #D77CB6

Color information

#D77CB6 (or 0xD77CB6) is unknown color: approx Persian Pink. HEX triplet: D7, 7C and B6. RGB value is (215,124,182). Sum of RGB (Red+Green+Blue) = 215+124+182=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CB6 is #288349. Grayscale: #9D9D9D. Windows color (decimal): -2655050 or 11959511. OLE color: 11959511.

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

Color convert

RGB215124182-
CMYK00.420.150.16
HSL321.76º53.22%66.47%-
HSV(B)321.76º42.33%84.31%-
XYZ43.6832.2448.18-
YUV157.82141.65168.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=41.27%
G=23.80%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512418200.420.150.16321.7653.2266.47
HexD77CB602AF101423542
Octal327174266052172050265102
Binary1101011111111001011011001010101111100001010000101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CB6; }

 p { color: rgb(215,124,182); }

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

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

 a { background-color: rgb(215,124,182); }

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

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

 span { border-color: rgb(215,124,182); }

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