Html Css Color HEX #D90991 Medium Violet Red

📋 copy color: '#D90991'

red 217 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #D90991

Tints of Medium Violet Red #D90991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 58.49%
G = 2.43%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D90991 (or 0xD90991) is known color: Medium Violet Red. HEX triplet: D9, 09 and 91. RGB value is (217,9,145). Sum of RGB (Red+Green+Blue) = 217+9+145=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D90991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90991 is #26F66E. Grayscale: #565656. Windows color (decimal): -2553455 or 9505241. OLE color: 9505241.

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

Color convert

RGB 217 9 145 -
CMYK 0 0.96 0.33 0.15
HSL 320.77º 0.92% 0.44% -
HSV(B) 320.77º 0.96% 0.85% -
XYZ 33.82 16.99 28.29 -
YUV 86.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 217 9 145 0 0.96 0.33 0.15 320.77 0.92 0.44
Hex D9 9 91 0 60 21 F 141 5C 2C
Octal 331 11 221 0 140 41 17 501 134 54
Binary 11011001 1001 10010001 0 1100000 100001 1111 101000001 1011100 101100

Color Harmonies of #D90991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90991

Black with #D90991

Text Example


Text Example

White with #D90991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90991; }

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

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

background-color css

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

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

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

border-color css

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

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

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