Html Css Color HEX #D90D99 Medium Violet Red

📋 copy color: '#D90D99'

red 217 ◦ green 13 ◦ blue 153

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

Shades of Medium Violet Red #D90D99

Tints of Medium Violet Red #D90D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 56.66%
G = 3.39%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D90D99 (or 0xD90D99) is known color: Medium Violet Red. HEX triplet: D9, 0D and 99. RGB value is (217,13,153). Sum of RGB (Red+Green+Blue) = 217+13+153=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90D99 is #26F266. Grayscale: #595959. Windows color (decimal): -2552423 or 10030553. OLE color: 10030553.

HSL color Cylindrical-coordinate representation of color #D90D99: hue angle of 318.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D99 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 13 153 -
CMYK 0 0.94 0.29 0.15
HSL 318.82º 0.89% 0.45% -
HSV(B) 318.82º 0.94% 0.85% -
XYZ 34.51 17.34 31.67 -
YUV 89.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 217 13 153 0 0.94 0.29 0.15 318.82 0.89 0.45
Hex D9 D 99 0 5E 1D F 13F 59 2D
Octal 331 15 231 0 136 35 17 477 131 55
Binary 11011001 1101 10011001 0 1011110 11101 1111 100111111 1011001 101101

Color Harmonies of #D90D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D99

Black with #D90D99

Text Example


Text Example

White with #D90D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D99; }

 p { color: rgb(217,13,153); }

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

background-color css

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

 a { background-color: rgb(217,13,153); }

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

border-color css

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

 span { border-color: rgb(217,13,153); }

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