#D879B9

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

Shades of Persian Pink #D879B9

Tints of Persian Pink #D879B9

Color information

#D879B9 (or 0xD879B9) is unknown color: approx Persian Pink. HEX triplet: D8, 79 and B9. RGB value is (216,121,185). Sum of RGB (Red+Green+Blue) = 216+121+185=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D879B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879B9 is #278646. Grayscale: #9C9C9C. Windows color (decimal): -2590279 or 12155352. OLE color: 12155352.

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

Color convert

RGB216121185-
CMYK00.440.140.15
HSL319.58º54.91%66.08%-
HSV(B)319.58º43.98%84.71%-
XYZ43.9131.7849.72-
YUV156.7143.97170.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=41.38%
G=23.18%
B=35.44%

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
Decimal21612118500.440.140.15319.5854.9166.08
HexD879B902CEF1403742
Octal330171271054161750067102
Binary110110001111001101110010101100111011111010000001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D879B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D879B9; }

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

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

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

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

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

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

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

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