Html Css Color HEX #D97095 Pale Violet Red

📋 copy color: '#D97095'

red 217 ◦ green 112 ◦ blue 149

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

Shades of Pale Violet Red #D97095

Tints of Pale Violet Red #D97095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 45.4%
G = 23.43%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D97095 (or 0xD97095) is known color: Pale Violet Red. HEX triplet: D9, 70 and 95. RGB value is (217,112,149). Sum of RGB (Red+Green+Blue) = 217+112+149=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D97095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97095 is #268F6A. Grayscale: #939393. Windows color (decimal): -2527083 or 9793753. OLE color: 9793753.

HSL color Cylindrical-coordinate representation of color #D97095: hue angle of 338.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97095 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 149 -
CMYK 0 0.48 0.31 0.15
HSL 338.86º 0.58% 0.65% -
HSV(B) 338.86º 0.48% 0.85% -
XYZ 39.83 28.51 31.84 -
YUV 147.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 217 112 149 0 0.48 0.31 0.15 338.86 0.58 0.65
Hex D9 70 95 0 30 1F F 153 3A 41
Octal 331 160 225 0 60 37 17 523 72 101
Binary 11011001 1110000 10010101 0 110000 11111 1111 101010011 111010 1000001

Color Harmonies of #D97095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97095

Black with #D97095

Text Example


Text Example

White with #D97095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97095; }

 p { color: rgb(217,112,149); }

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

background-color css

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

 a { background-color: rgb(217,112,149); }

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

border-color css

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

 span { border-color: rgb(217,112,149); }

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