Html Css Color HEX #D971A0 Pale Violet Red

📋 copy color: '#D971A0'

red 217 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #D971A0

Tints of Pale Violet Red #D971A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

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

R = 44.29%
G = 23.06%
B = 32.65%

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

#D971A0 (or 0xD971A0) is known color: Pale Violet Red. HEX triplet: D9, 71 and A0. RGB value is (217,113,160). Sum of RGB (Red+Green+Blue) = 217+113+160=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D971A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971A0 is #268E5F. Grayscale: #959595. Windows color (decimal): -2526816 or 10514905. OLE color: 10514905.

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

Color convert

RGB 217 113 160 -
CMYK 0 0.48 0.26 0.15
HSL 332.88º 0.58% 0.65% -
HSV(B) 332.88º 0.48% 0.85% -
XYZ 40.87 29.1 36.72 -
YUV 149.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 217 113 160 0 0.48 0.26 0.15 332.88 0.58 0.65
Hex D9 71 A0 0 30 1A F 14D 3A 41
Octal 331 161 240 0 60 32 17 515 72 101
Binary 11011001 1110001 10100000 0 110000 11010 1111 101001101 111010 1000001

Color Harmonies of #D971A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971A0

Black with #D971A0

Text Example


Text Example

White with #D971A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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