Html Css Color HEX #D97092 Pale Violet Red

📋 copy color: '#D97092'

red 217 ◦ green 112 ◦ blue 146

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

Shades of Pale Violet Red #D97092

Tints of Pale Violet Red #D97092

RGB

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

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

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

R = 45.68%
G = 23.58%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D97092 (or 0xD97092) is known color: Pale Violet Red. HEX triplet: D9, 70 and 92. RGB value is (217,112,146). Sum of RGB (Red+Green+Blue) = 217+112+146=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D97092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97092 is #268F6D. Grayscale: #939393. Windows color (decimal): -2527086 or 9597145. OLE color: 9597145.

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

Color convert

RGB 217 112 146 -
CMYK 0 0.48 0.33 0.15
HSL 340.57º 0.58% 0.65% -
HSV(B) 340.57º 0.48% 0.85% -
XYZ 39.6 28.42 30.59 -
YUV 147.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 217 112 146 0 0.48 0.33 0.15 340.57 0.58 0.65
Hex D9 70 92 0 30 21 F 155 3A 41
Octal 331 160 222 0 60 41 17 525 72 101
Binary 11011001 1110000 10010010 0 110000 100001 1111 101010101 111010 1000001

Color Harmonies of #D97092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97092

Black with #D97092

Text Example


Text Example

White with #D97092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97092; }

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

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

background-color css

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

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

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

border-color css

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

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

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