#D77EB9

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

Shades of Persian Pink #D77EB9

Tints of Persian Pink #D77EB9

Color information

#D77EB9 (or 0xD77EB9) is unknown color: approx Persian Pink. HEX triplet: D7, 7E and B9. RGB value is (215,126,185). Sum of RGB (Red+Green+Blue) = 215+126+185=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EB9 is #288146. Grayscale: #9F9F9F. Windows color (decimal): -2654535 or 12156631. OLE color: 12156631.

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

Color convert

RGB215126185-
CMYK00.410.140.16
HSL320.22º52.66%66.86%-
HSV(B)320.22º41.4%84.31%-
XYZ44.2432.8749.91-
YUV159.34142.49167.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=40.87%
G=23.95%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512618500.410.140.16320.2252.6666.86
HexD77EB9029E101403543
Octal327176271051162050065103
Binary1101011111111101011100101010011110100001010000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77EB9; }

 p { color: rgb(215,126,185); }

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

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

 a { background-color: rgb(215,126,185); }

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

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

 span { border-color: rgb(215,126,185); }

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