Html Css Color HEX #D97992 Pale Violet Red

📋 copy color: '#D97992'

red 217 ◦ green 121 ◦ blue 146

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

Shades of Pale Violet Red #D97992

Tints of Pale Violet Red #D97992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 44.83%
G = 25%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D97992 (or 0xD97992) is known color: Pale Violet Red. HEX triplet: D9, 79 and 92. RGB value is (217,121,146). Sum of RGB (Red+Green+Blue) = 217+121+146=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D97992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97992 is #26866D. Grayscale: #989898. Windows color (decimal): -2524782 or 9599449. OLE color: 9599449.

HSL color Cylindrical-coordinate representation of color #D97992: hue angle of 344.38º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97992 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 146 -
CMYK 0 0.44 0.33 0.15
HSL 344.38º 0.56% 0.66% -
HSV(B) 344.38º 0.44% 0.85% -
XYZ 40.64 30.5 30.94 -
YUV 152.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 217 121 146 0 0.44 0.33 0.15 344.38 0.56 0.66
Hex D9 79 92 0 2C 21 F 158 38 42
Octal 331 171 222 0 54 41 17 530 70 102
Binary 11011001 1111001 10010010 0 101100 100001 1111 101011000 111000 1000010

Color Harmonies of #D97992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97992

Black with #D97992

Text Example


Text Example

White with #D97992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97992; }

 p { color: rgb(217,121,146); }

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

background-color css

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

 a { background-color: rgb(217,121,146); }

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

border-color css

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

 span { border-color: rgb(217,121,146); }

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