Html Css Color HEX #D97093 Pale Violet Red

📋 copy color: '#D97093'

red 217 ◦ green 112 ◦ blue 147

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

Shades of Pale Violet Red #D97093

Tints of Pale Violet Red #D97093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 45.59%
G = 23.53%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97093 (or 0xD97093) is known color: Pale Violet Red. HEX triplet: D9, 70 and 93. RGB value is (217,112,147). Sum of RGB (Red+Green+Blue) = 217+112+147=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D97093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97093 is #268F6C. Grayscale: #939393. Windows color (decimal): -2527085 or 9662681. OLE color: 9662681.

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

Color convert

RGB 217 112 147 -
CMYK 0 0.48 0.32 0.15
HSL 340º 0.58% 0.65% -
HSV(B) 340º 0.48% 0.85% -
XYZ 39.68 28.45 31 -
YUV 147.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 217 112 147 0 0.48 0.32 0.15 340 0.58 0.65
Hex D9 70 93 0 30 20 F 154 3A 41
Octal 331 160 223 0 60 40 17 524 72 101
Binary 11011001 1110000 10010011 0 110000 100000 1111 101010100 111010 1000001

Color Harmonies of #D97093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97093

Black with #D97093

Text Example


Text Example

White with #D97093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97093; }

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

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

background-color css

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

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

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

border-color css

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

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

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