#D979B2

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

Shades of Persian Pink #D979B2

Tints of Persian Pink #D979B2

Color information

#D979B2 (or 0xD979B2) is unknown color: approx Persian Pink. HEX triplet: D9, 79 and B2. RGB value is (217,121,178). Sum of RGB (Red+Green+Blue) = 217+121+178=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D979B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979B2 is #26864D. Grayscale: #9C9C9C. Windows color (decimal): -2524750 or 11696601. OLE color: 11696601.

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

Color convert

RGB217121178-
CMYK00.440.180.15
HSL324.38º55.81%66.27%-
HSV(B)324.38º44.24%85.1%-
XYZ43.4931.6445.93-
YUV156.2140.3171.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 178 (69.92% from 255) = 34.50%
R=42.05%
G=23.45%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712117800.440.180.15324.3855.8166.27
HexD979B202C12F1443842
Octal331171262054221750470102
Binary1101100111110011011001001011001001011111010001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979B2; }

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

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

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

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

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

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

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

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