Html Css Color HEX #D970A4 Pale Violet Red

📋 copy color: '#D970A4'

red 217 ◦ green 112 ◦ blue 164

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

Shades of Pale Violet Red #D970A4

Tints of Pale Violet Red #D970A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 44.02%
G = 22.72%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D970A4 (or 0xD970A4) is known color: Pale Violet Red. HEX triplet: D9, 70 and A4. RGB value is (217,112,164). Sum of RGB (Red+Green+Blue) = 217+112+164=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D970A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970A4 is #268F5B. Grayscale: #959595. Windows color (decimal): -2527068 or 10776793. OLE color: 10776793.

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

Color convert

RGB 217 112 164 -
CMYK 0 0.48 0.24 0.15
HSL 330.29º 0.58% 0.65% -
HSV(B) 330.29º 0.48% 0.85% -
XYZ 41.11 29.02 38.56 -
YUV 149.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 217 112 164 0 0.48 0.24 0.15 330.29 0.58 0.65
Hex D9 70 A4 0 30 18 F 14A 3A 41
Octal 331 160 244 0 60 30 17 512 72 101
Binary 11011001 1110000 10100100 0 110000 11000 1111 101001010 111010 1000001

Color Harmonies of #D970A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970A4

Black with #D970A4

Text Example


Text Example

White with #D970A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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