Html Css Color HEX #D970A0 Pale Violet Red

📋 copy color: '#D970A0'

red 217 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #D970A0

Tints of Pale Violet Red #D970A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.9%

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

R = 44.38%
G = 22.9%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D970A0 (or 0xD970A0) is known color: Pale Violet Red. HEX triplet: D9, 70 and A0. RGB value is (217,112,160). Sum of RGB (Red+Green+Blue) = 217+112+160=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D970A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970A0 is #268F5F. Grayscale: #949494. Windows color (decimal): -2527072 or 10514649. OLE color: 10514649.

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

Color convert

RGB 217 112 160 -
CMYK 0 0.48 0.26 0.15
HSL 332.57º 0.58% 0.65% -
HSV(B) 332.57º 0.48% 0.85% -
XYZ 40.75 28.88 36.68 -
YUV 148.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 217 112 160 0 0.48 0.26 0.15 332.57 0.58 0.65
Hex D9 70 A0 0 30 1A F 14D 3A 41
Octal 331 160 240 0 60 32 17 515 72 101
Binary 11011001 1110000 10100000 0 110000 11010 1111 101001101 111010 1000001

Color Harmonies of #D970A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970A0

Black with #D970A0

Text Example


Text Example

White with #D970A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970A0; }

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

 H1.HeaderClassName
 {
   color: #D970A0;
 }
 .AnyTagClassName
 {
   color: #D970A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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