#D976B1

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

Shades of Persian Pink #D976B1

Tints of Persian Pink #D976B1

Color information

#D976B1 (or 0xD976B1) is unknown color: approx Persian Pink. HEX triplet: D9, 76 and B1. RGB value is (217,118,177). Sum of RGB (Red+Green+Blue) = 217+118+177=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976B1 is #26894E. Grayscale: #9A9A9A. Windows color (decimal): -2525519 or 11630297. OLE color: 11630297.

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

Color convert

RGB217118177-
CMYK00.460.180.15
HSL324.24º56.57%65.69%-
HSV(B)324.24º45.62%85.1%-
XYZ43.0330.8845.29-
YUV154.33140.8172.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 118 (46.48% from 255) = 23.05%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=42.38%
G=23.05%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711817700.460.180.15324.2456.5765.69
HexD976B102E12F1443942
Octal331166261056221750471102
Binary1101100111101101011000101011101001011111010001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976B1; }

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

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

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

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

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

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

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

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