#D976BB

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

Shades of Persian Pink #D976BB

Tints of Persian Pink #D976BB

Color information

#D976BB (or 0xD976BB) is unknown color: approx Persian Pink. HEX triplet: D9, 76 and BB. RGB value is (217,118,187). Sum of RGB (Red+Green+Blue) = 217+118+187=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D976BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976BB is #268944. Grayscale: #9B9B9B. Windows color (decimal): -2525509 or 12285657. OLE color: 12285657.

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

Color convert

RGB217118187-
CMYK00.460.140.15
HSL318.18º56.57%65.69%-
HSV(B)318.18º45.62%85.1%-
XYZ44.0631.350.73-
YUV155.47145.8171.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=41.57%
G=22.61%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711818700.460.140.15318.1856.5765.69
HexD976BB02EEF13e3942
Octal331166273056161747671102
Binary110110011110110101110110101110111011111001111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976BB; }

 p { color: rgb(217,118,187); }

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

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

 a { background-color: rgb(217,118,187); }

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

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

 span { border-color: rgb(217,118,187); }

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