#D977B1

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

Shades of Persian Pink #D977B1

Tints of Persian Pink #D977B1

Color information

#D977B1 (or 0xD977B1) is unknown color: approx Persian Pink. HEX triplet: D9, 77 and B1. RGB value is (217,119,177). Sum of RGB (Red+Green+Blue) = 217+119+177=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977B1 is #26884E. Grayscale: #9A9A9A. Windows color (decimal): -2525263 or 11630553. OLE color: 11630553.

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

Color convert

RGB217119177-
CMYK00.450.180.15
HSL324.49º56.32%65.88%-
HSV(B)324.49º45.16%85.1%-
XYZ43.1531.1245.33-
YUV154.91140.47172.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=42.30%
G=23.20%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711917700.450.180.15324.4956.3265.88
HexD977B102D12F1443842
Octal331167261055221750470102
Binary1101100111101111011000101011011001011111010001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977B1; }

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

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

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

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

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

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

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

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