Html Css Color HEX #D90997 Medium Violet Red

📋 copy color: '#D90997'

red 217 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #D90997

Tints of Medium Violet Red #D90997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 57.56%
G = 2.39%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D90997 (or 0xD90997) is known color: Medium Violet Red. HEX triplet: D9, 09 and 97. RGB value is (217,9,151). Sum of RGB (Red+Green+Blue) = 217+9+151=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D90997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90997 is #26F668. Grayscale: #575757. Windows color (decimal): -2553449 or 9898457. OLE color: 9898457.

HSL color Cylindrical-coordinate representation of color #D90997: hue angle of 319.04º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90997 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 9 151 -
CMYK 0 0.96 0.30 0.15
HSL 319.04º 0.92% 0.44% -
HSV(B) 319.04º 0.96% 0.85% -
XYZ 34.3 17.18 30.79 -
YUV 87.38 163.91 220.45 -
System Red Green Blue C M Y K H S L
Decimal 217 9 151 0 0.96 0.30 0.15 319.04 0.92 0.44
Hex D9 9 97 0 60 1E F 13F 5C 2C
Octal 331 11 227 0 140 36 17 477 134 54
Binary 11011001 1001 10010111 0 1100000 11110 1111 100111111 1011100 101100

Color Harmonies of #D90997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90997

Black with #D90997

Text Example


Text Example

White with #D90997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90997; }

 p { color: rgb(217,9,151); }

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

background-color css

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

 a { background-color: rgb(217,9,151); }

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

border-color css

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

 span { border-color: rgb(217,9,151); }

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