Html Css Color HEX #D90995 Medium Violet Red

📋 copy color: '#D90995'

red 217 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #D90995

Tints of Medium Violet Red #D90995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 57.87%
G = 2.4%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D90995 (or 0xD90995) is known color: Medium Violet Red. HEX triplet: D9, 09 and 95. RGB value is (217,9,149). Sum of RGB (Red+Green+Blue) = 217+9+149=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D90995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90995 is #26F66A. Grayscale: #565656. Windows color (decimal): -2553451 or 9767385. OLE color: 9767385.

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

Color convert

RGB 217 9 149 -
CMYK 0 0.96 0.31 0.15
HSL 319.62º 0.92% 0.44% -
HSV(B) 319.62º 0.96% 0.85% -
XYZ 34.14 17.12 29.94 -
YUV 87.15 162.91 220.62 -
System Red Green Blue C M Y K H S L
Decimal 217 9 149 0 0.96 0.31 0.15 319.62 0.92 0.44
Hex D9 9 95 0 60 1F F 140 5C 2C
Octal 331 11 225 0 140 37 17 500 134 54
Binary 11011001 1001 10010101 0 1100000 11111 1111 101000000 1011100 101100

Color Harmonies of #D90995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90995

Black with #D90995

Text Example


Text Example

White with #D90995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90995; }

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

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

background-color css

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

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

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

border-color css

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

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

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