Html Css Color HEX #D97C9D Pale Violet Red

📋 copy color: '#D97C9D'

red 217 ◦ green 124 ◦ blue 157

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

Shades of Pale Violet Red #D97C9D

Tints of Pale Violet Red #D97C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 43.57%
G = 24.9%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D97C9D (or 0xD97C9D) is known color: Pale Violet Red. HEX triplet: D9, 7C and 9D. RGB value is (217,124,157). Sum of RGB (Red+Green+Blue) = 217+124+157=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C9D is #268362. Grayscale: #9B9B9B. Windows color (decimal): -2524003 or 10321113. OLE color: 10321113.

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

Color convert

RGB 217 124 157 -
CMYK 0 0.43 0.28 0.15
HSL 338.71º 0.55% 0.67% -
HSV(B) 338.71º 0.43% 0.85% -
XYZ 41.91 31.6 35.79 -
YUV 155.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 217 124 157 0 0.43 0.28 0.15 338.71 0.55 0.67
Hex D9 7C 9D 0 2B 1C F 153 37 43
Octal 331 174 235 0 53 34 17 523 67 103
Binary 11011001 1111100 10011101 0 101011 11100 1111 101010011 110111 1000011

Color Harmonies of #D97C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C9D

Black with #D97C9D

Text Example


Text Example

White with #D97C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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