Html Css Color HEX #D973A9 Pale Violet Red

📋 copy color: '#D973A9'

red 217 ◦ green 115 ◦ blue 169

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

Shades of Pale Violet Red #D973A9

Tints of Pale Violet Red #D973A9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 43.31%
G = 22.95%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D973A9 (or 0xD973A9) is known color: Pale Violet Red. HEX triplet: D9, 73 and A9. RGB value is (217,115,169). Sum of RGB (Red+Green+Blue) = 217+115+169=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D973A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D973A9 is #268C56. Grayscale: #979797. Windows color (decimal): -2526295 or 11105241. OLE color: 11105241.

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

Color convert

RGB 217 115 169 -
CMYK 0 0.47 0.22 0.15
HSL 328.24º 0.57% 0.65% -
HSV(B) 328.24º 0.47% 0.85% -
XYZ 41.91 29.88 41.09 -
YUV 151.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 217 115 169 0 0.47 0.22 0.15 328.24 0.57 0.65
Hex D9 73 A9 0 2F 16 F 148 39 41
Octal 331 163 251 0 57 26 17 510 71 101
Binary 11011001 1110011 10101001 0 101111 10110 1111 101001000 111001 1000001

Color Harmonies of #D973A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973A9

Black with #D973A9

Text Example


Text Example

White with #D973A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973A9; }

 p { color: rgb(217,115,169); }

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

background-color css

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

 a { background-color: rgb(217,115,169); }

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

border-color css

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

 span { border-color: rgb(217,115,169); }

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