#D876B4

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

Shades of Persian Pink #D876B4

Tints of Persian Pink #D876B4

Color information

#D876B4 (or 0xD876B4) is unknown color: approx Persian Pink. HEX triplet: D8, 76 and B4. RGB value is (216,118,180). Sum of RGB (Red+Green+Blue) = 216+118+180=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D876B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876B4 is #27894B. Grayscale: #9A9A9A. Windows color (decimal): -2591052 or 11826904. OLE color: 11826904.

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

Color convert

RGB216118180-
CMYK00.450.170.15
HSL322.04º55.68%65.49%-
HSV(B)322.04º45.37%84.71%-
XYZ43.0430.8546.87-
YUV154.37142.47171.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=42.02%
G=22.96%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611818000.450.170.15322.0455.6865.49
HexD876B402D11F1423841
Octal330166264055211750270101
Binary1101100011101101011010001011011000111111010000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D876B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D876B4; }

 p { color: rgb(216,118,180); }

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

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

 a { background-color: rgb(216,118,180); }

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

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

 span { border-color: rgb(216,118,180); }

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