#D976BA

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

Shades of Persian Pink #D976BA

Tints of Persian Pink #D976BA

Color information

#D976BA (or 0xD976BA) is unknown color: approx Persian Pink. HEX triplet: D9, 76 and BA. RGB value is (217,118,186). Sum of RGB (Red+Green+Blue) = 217+118+186=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D976BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976BA is #268945. Grayscale: #9B9B9B. Windows color (decimal): -2525510 or 12220121. OLE color: 12220121.

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

Color convert

RGB217118186-
CMYK00.460.140.15
HSL318.79º56.57%65.69%-
HSV(B)318.79º45.62%85.1%-
XYZ43.9631.2550.17-
YUV155.35145.3171.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=41.65%
G=22.65%
B=35.70%

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
Decimal21711818600.460.140.15318.7956.5765.69
HexD976BA02EEF13f3942
Octal331166272056161747771102
Binary110110011110110101110100101110111011111001111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976BA; }

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

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

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

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

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

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

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

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