Html Css Color HEX #D97592 Pale Violet Red

📋 copy color: '#D97592'

red 217 ◦ green 117 ◦ blue 146

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

Shades of Pale Violet Red #D97592

Tints of Pale Violet Red #D97592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.38%

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

R = 45.21%
G = 24.38%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D97592 (or 0xD97592) is known color: Pale Violet Red. HEX triplet: D9, 75 and 92. RGB value is (217,117,146). Sum of RGB (Red+Green+Blue) = 217+117+146=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D97592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97592 is #268A6D. Grayscale: #969696. Windows color (decimal): -2525806 or 9598425. OLE color: 9598425.

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

Color convert

RGB 217 117 146 -
CMYK 0 0.46 0.33 0.15
HSL 342.6º 0.57% 0.65% -
HSV(B) 342.6º 0.46% 0.85% -
XYZ 40.16 29.55 30.78 -
YUV 150.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 217 117 146 0 0.46 0.33 0.15 342.6 0.57 0.65
Hex D9 75 92 0 2E 21 F 157 39 41
Octal 331 165 222 0 56 41 17 527 71 101
Binary 11011001 1110101 10010010 0 101110 100001 1111 101010111 111001 1000001

Color Harmonies of #D97592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97592

Black with #D97592

Text Example


Text Example

White with #D97592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97592; }

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

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

background-color css

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

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

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

border-color css

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

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

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