#D978B1

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

Shades of Persian Pink #D978B1

Tints of Persian Pink #D978B1

Color information

#D978B1 (or 0xD978B1) is unknown color: approx Persian Pink. HEX triplet: D9, 78 and B1. RGB value is (217,120,177). Sum of RGB (Red+Green+Blue) = 217+120+177=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978B1 is #26874E. Grayscale: #9B9B9B. Windows color (decimal): -2525007 or 11630809. OLE color: 11630809.

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

Color convert

RGB217120177-
CMYK00.450.180.15
HSL324.74º56.07%66.08%-
HSV(B)324.74º44.7%85.1%-
XYZ43.2731.3645.37-
YUV155.5140.14171.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=42.22%
G=23.35%
B=34.44%

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
Decimal21712017700.450.180.15324.7456.0766.08
HexD978B102D12F1453842
Octal331170261055221750570102
Binary1101100111110001011000101011011001011111010001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978B1; }

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

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

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

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

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

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

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

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