#D972B6

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

Shades of Persian Pink #D972B6

Tints of Persian Pink #D972B6

Color information

#D972B6 (or 0xD972B6) is unknown color: approx Persian Pink. HEX triplet: D9, 72 and B6. RGB value is (217,114,182). Sum of RGB (Red+Green+Blue) = 217+114+182=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972B6 is #268D49. Grayscale: #989898. Windows color (decimal): -2526538 or 11956953. OLE color: 11956953.

HSL color Cylindrical-coordinate representation of color #D972B6: hue angle of 320.39º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D972B6 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217114182-
CMYK00.470.160.15
HSL320.39º57.54%64.9%-
HSV(B)320.39º47.47%85.1%-
XYZ43.0830.1647.81-
YUV152.55144.62173.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=42.30%
G=22.22%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711418200.470.160.15320.3957.5464.9
HexD972B602F10F1403a41
Octal331162266057201750072101
Binary1101100111100101011011001011111000011111010000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972B6; }

 p { color: rgb(217,114,182); }

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

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

 a { background-color: rgb(217,114,182); }

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

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

 span { border-color: rgb(217,114,182); }

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