Html Css Color HEX #D97CA3 Pale Violet Red

📋 copy color: '#D97CA3'

red 217 ◦ green 124 ◦ blue 163

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

Shades of Pale Violet Red #D97CA3

Tints of Pale Violet Red #D97CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.34%

R = 43.06%
G = 24.6%
B = 32.34%

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

#D97CA3 (or 0xD97CA3) is known color: Pale Violet Red. HEX triplet: D9, 7C and A3. RGB value is (217,124,163). Sum of RGB (Red+Green+Blue) = 217+124+163=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA3 is #26835C. Grayscale: #9C9C9C. Windows color (decimal): -2523997 or 10714329. OLE color: 10714329.

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

Color convert

RGB 217 124 163 -
CMYK 0 0.43 0.25 0.15
HSL 334.84º 0.55% 0.67% -
HSV(B) 334.84º 0.43% 0.85% -
XYZ 42.43 31.81 38.55 -
YUV 156.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 217 124 163 0 0.43 0.25 0.15 334.84 0.55 0.67
Hex D9 7C A3 0 2B 19 F 14F 37 43
Octal 331 174 243 0 53 31 17 517 67 103
Binary 11011001 1111100 10100011 0 101011 11001 1111 101001111 110111 1000011

Color Harmonies of #D97CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CA3

Black with #D97CA3

Text Example


Text Example

White with #D97CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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