#D972A2

Color #D972A2 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D972A2

Tints of Pale Violet Red #D972A2

Color information

#D972A2 (or 0xD972A2) is unknown color: approx Pale Violet Red. HEX triplet: D9, 72 and A2. RGB value is (217,114,162). Sum of RGB (Red+Green+Blue) = 217+114+162=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D972A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972A2 is #268D5D. Grayscale: #969696. Windows color (decimal): -2526558 or 10646233. OLE color: 10646233.

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

Color convert

RGB217114162-
CMYK00.470.250.15
HSL332.04º57.54%64.9%-
HSV(B)332.04º47.47%85.1%-
XYZ41.1529.3937.69-
YUV150.27134.62175.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=44.02%
G=23.12%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711416200.470.250.15332.0457.5464.9
HexD972A202F19F14c3a41
Octal331162242057311751472101
Binary1101100111100101010001001011111100111111010011001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972A2; }

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

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

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

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

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

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

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

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