#D878B9

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

Shades of Persian Pink #D878B9

Tints of Persian Pink #D878B9

Color information

#D878B9 (or 0xD878B9) is unknown color: approx Persian Pink. HEX triplet: D8, 78 and B9. RGB value is (216,120,185). Sum of RGB (Red+Green+Blue) = 216+120+185=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D878B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878B9 is #278746. Grayscale: #9B9B9B. Windows color (decimal): -2590535 or 12155096. OLE color: 12155096.

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

Color convert

RGB216120185-
CMYK00.440.140.15
HSL319.38º55.17%65.88%-
HSV(B)319.38º44.44%84.71%-
XYZ43.7931.5349.68-
YUV156.11144.3170.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=41.46%
G=23.03%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612018500.440.140.15319.3855.1765.88
HexD878B902CEF13f3742
Octal330170271054161747767102
Binary110110001111000101110010101100111011111001111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D878B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D878B9; }

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

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

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

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

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

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

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

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