Html Css Color HEX #D972A0 Pale Violet Red

📋 copy color: '#D972A0'

red 217 ◦ green 114 ◦ blue 160

#D972A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D972A0

Tints of Pale Violet Red #D972A0

RGB

 RED value IS 217 (85.16% from 255) = 44.2%

 GREEN value IS 114 (44.92% from 255) = 23.22%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 44.2%
G = 23.22%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D972A0 (or 0xD972A0) is known color: 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

RGB 217 114 160 -
CMYK 0 0.47 0.26 0.15
HSL 333.2º 0.58% 0.65% -
HSV(B) 333.2º 0.47% 0.85% -
XYZ 40.98 29.32 36.76 -
YUV 150.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 217 114 160 0 0.47 0.26 0.15 333.2 0.58 0.65
Hex D9 72 A0 0 2F 1A F 14D 3A 41
Octal 331 162 240 0 57 32 17 515 72 101
Binary 11011001 1110010 10100000 0 101111 11010 1111 101001101 111010 1000001

Color Harmonies of #D972A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972A0

Black with #D972A0

Text Example


Text Example

White with #D972A0

Text Example


Text Example

HTML Codes & Css Web 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>