#D979B9

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

Shades of Persian Pink #D979B9

Tints of Persian Pink #D979B9

Color information

#D979B9 (or 0xD979B9) is unknown color: approx Persian Pink. HEX triplet: D9, 79 and B9. RGB value is (217,121,185). Sum of RGB (Red+Green+Blue) = 217+121+185=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D979B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979B9 is #268646. Grayscale: #9C9C9C. Windows color (decimal): -2524743 or 12155353. OLE color: 12155353.

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

Color convert

RGB217121185-
CMYK00.440.150.15
HSL320º55.81%66.27%-
HSV(B)320º44.24%85.1%-
XYZ44.2131.9349.73-
YUV157143.8170.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=41.49%
G=23.14%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712118500.440.150.1532055.8166.27
HexD979B902CFF1403842
Octal331171271054171750070102
Binary110110011111001101110010101100111111111010000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979B9; }

 p { color: rgb(217,121,185); }

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

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

 a { background-color: rgb(217,121,185); }

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

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

 span { border-color: rgb(217,121,185); }

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