#D972A0

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

Shades of Pale Violet Red #D972A0

Tints of Pale Violet Red #D972A0

Color information

#D972A0 (or 0xD972A0) is unknown color: approx Pale Violet Red. HEX triplet: D9, 72 and A0. RGB value is (217,114,160). Sum of RGB (Red+Green+Blue) = 217+114+160=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D972A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972A0 is #268D5F. Grayscale: #959595. Windows color (decimal): -2526560 or 10515161. OLE color: 10515161.

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

Color convert

RGB217114160-
CMYK00.470.260.15
HSL333.2º57.54%64.9%-
HSV(B)333.2º47.47%85.1%-
XYZ40.9829.3236.76-
YUV150.04133.62175.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=44.20%
G=23.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711416000.470.260.15333.257.5464.9
HexD972A002F1AF14d3a41
Octal331162240057321751572101
Binary1101100111100101010000001011111101011111010011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972A0; }

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

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

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

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

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

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

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

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