#D878B7

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

Shades of Persian Pink #D878B7

Tints of Persian Pink #D878B7

Color information

#D878B7 (or 0xD878B7) is unknown color: approx Persian Pink. HEX triplet: D8, 78 and B7. RGB value is (216,120,183). Sum of RGB (Red+Green+Blue) = 216+120+183=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D878B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878B7 is #278748. Grayscale: #9B9B9B. Windows color (decimal): -2590537 or 12024024. OLE color: 12024024.

HSL color Cylindrical-coordinate representation of color #D878B7: hue angle of 320.62º 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 #D878B7 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB216120183-
CMYK00.440.150.15
HSL320.62º55.17%65.88%-
HSV(B)320.62º44.44%84.71%-
XYZ43.5831.4548.57-
YUV155.89143.3170.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=41.62%
G=23.12%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612018300.440.150.15320.6255.1765.88
HexD878B702CFF1413742
Octal330170267054171750167102
Binary110110001111000101101110101100111111111010000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D878B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D878B7; }

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

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

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

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

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

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

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

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