#D976AF

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

Shades of Persian Pink #D976AF

Tints of Persian Pink #D976AF

Color information

#D976AF (or 0xD976AF) is unknown color: approx Persian Pink. HEX triplet: D9, 76 and AF. RGB value is (217,118,175). Sum of RGB (Red+Green+Blue) = 217+118+175=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D976AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976AF is #268950. Grayscale: #999999. Windows color (decimal): -2525521 or 11499225. OLE color: 11499225.

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

Color convert

RGB217118175-
CMYK00.460.190.15
HSL325.45º56.57%65.69%-
HSV(B)325.45º45.62%85.1%-
XYZ42.8330.844.25-
YUV154.1139.8172.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=42.55%
G=23.14%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711817500.460.190.15325.4556.5765.69
HexD976AF02E13F1453942
Octal331166257056231750571102
Binary1101100111101101010111101011101001111111010001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976AF; }

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

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

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

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

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

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

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

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