Html Css Color HEX #D97CA2 Pale Violet Red

📋 copy color: '#D97CA2'

red 217 ◦ green 124 ◦ blue 162

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

Shades of Pale Violet Red #D97CA2

Tints of Pale Violet Red #D97CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.65%

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 43.14%
G = 24.65%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D97CA2 (or 0xD97CA2) is known color: Pale Violet Red. HEX triplet: D9, 7C and A2. RGB value is (217,124,162). Sum of RGB (Red+Green+Blue) = 217+124+162=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA2 is #26835D. Grayscale: #9C9C9C. Windows color (decimal): -2523998 or 10648793. OLE color: 10648793.

HSL color Cylindrical-coordinate representation of color #D97CA2: hue angle of 335.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97CA2 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 162 -
CMYK 0 0.43 0.25 0.15
HSL 335.48º 0.55% 0.67% -
HSV(B) 335.48º 0.43% 0.85% -
XYZ 42.34 31.78 38.08 -
YUV 156.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 217 124 162 0 0.43 0.25 0.15 335.48 0.55 0.67
Hex D9 7C A2 0 2B 19 F 14F 37 43
Octal 331 174 242 0 53 31 17 517 67 103
Binary 11011001 1111100 10100010 0 101011 11001 1111 101001111 110111 1000011

Color Harmonies of #D97CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CA2

Black with #D97CA2

Text Example


Text Example

White with #D97CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CA2; }

 p { color: rgb(217,124,162); }

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

background-color css

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

 a { background-color: rgb(217,124,162); }

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

border-color css

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

 span { border-color: rgb(217,124,162); }

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