Html Css Color HEX #D97390 Pale Violet Red

📋 copy color: '#D97390'

red 217 ◦ green 115 ◦ blue 144

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

Shades of Pale Violet Red #D97390

Tints of Pale Violet Red #D97390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 45.59%
G = 24.16%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D97390 (or 0xD97390) is known color: Pale Violet Red. HEX triplet: D9, 73 and 90. RGB value is (217,115,144). Sum of RGB (Red+Green+Blue) = 217+115+144=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D97390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97390 is #268C6F. Grayscale: #949494. Windows color (decimal): -2526320 or 9466841. OLE color: 9466841.

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

Color convert

RGB 217 115 144 -
CMYK 0 0.47 0.34 0.15
HSL 342.94º 0.57% 0.65% -
HSV(B) 342.94º 0.47% 0.85% -
XYZ 39.78 29.03 29.89 -
YUV 148.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 217 115 144 0 0.47 0.34 0.15 342.94 0.57 0.65
Hex D9 73 90 0 2F 22 F 157 39 41
Octal 331 163 220 0 57 42 17 527 71 101
Binary 11011001 1110011 10010000 0 101111 100010 1111 101010111 111001 1000001

Color Harmonies of #D97390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97390

Black with #D97390

Text Example


Text Example

White with #D97390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97390; }

 p { color: rgb(217,115,144); }

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

background-color css

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

 a { background-color: rgb(217,115,144); }

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

border-color css

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

 span { border-color: rgb(217,115,144); }

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