#D977B5

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

Shades of Persian Pink #D977B5

Tints of Persian Pink #D977B5

Color information

#D977B5 (or 0xD977B5) is unknown color: approx Persian Pink. HEX triplet: D9, 77 and B5. RGB value is (217,119,181). Sum of RGB (Red+Green+Blue) = 217+119+181=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977B5 is #26884A. Grayscale: #9B9B9B. Windows color (decimal): -2525259 or 11892697. OLE color: 11892697.

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

Color convert

RGB217119181-
CMYK00.450.170.15
HSL322.04º56.32%65.88%-
HSV(B)322.04º45.16%85.1%-
XYZ43.5531.2847.46-
YUV155.37142.47171.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=41.97%
G=23.02%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711918100.450.170.15322.0456.3265.88
HexD977B502D11F1423842
Octal331167265055211750270102
Binary1101100111101111011010101011011000111111010000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977B5; }

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

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

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

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

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

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

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

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