#D877B9

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

Shades of Persian Pink #D877B9

Tints of Persian Pink #D877B9

Color information

#D877B9 (or 0xD877B9) is unknown color: approx Persian Pink. HEX triplet: D8, 77 and B9. RGB value is (216,119,185). Sum of RGB (Red+Green+Blue) = 216+119+185=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877B9 is #278846. Grayscale: #9B9B9B. Windows color (decimal): -2590791 or 12154840. OLE color: 12154840.

HSL color Cylindrical-coordinate representation of color #D877B9: hue angle of 319.18º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877B9 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216119185-
CMYK00.450.140.15
HSL319.18º55.43%65.69%-
HSV(B)319.18º44.91%84.71%-
XYZ43.6731.349.64-
YUV155.53144.64171.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=41.54%
G=22.88%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611918500.450.140.15319.1855.4365.69
HexD877B902DEF13f3742
Octal330167271055161747767102
Binary110110001110111101110010101101111011111001111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877B9; }

 p { color: rgb(216,119,185); }

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

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

 a { background-color: rgb(216,119,185); }

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

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

 span { border-color: rgb(216,119,185); }

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