#D879BB

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

Shades of Persian Pink #D879BB

Tints of Persian Pink #D879BB

Color information

#D879BB (or 0xD879BB) is unknown color: approx Persian Pink. HEX triplet: D8, 79 and BB. RGB value is (216,121,187). Sum of RGB (Red+Green+Blue) = 216+121+187=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D879BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879BB is #278644. Grayscale: #9C9C9C. Windows color (decimal): -2590277 or 12286424. OLE color: 12286424.

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

Color convert

RGB216121187-
CMYK00.440.130.15
HSL318.32º54.91%66.08%-
HSV(B)318.32º43.98%84.71%-
XYZ44.1331.8650.84-
YUV156.93144.97170.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=41.22%
G=23.09%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612118700.440.130.15318.3254.9166.08
HexD879BB02CDF13e3742
Octal330171273054151747667102
Binary110110001111001101110110101100110111111001111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D879BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D879BB; }

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

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

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

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

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

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

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

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