Html Css Color HEX #D90D95 Medium Violet Red

📋 copy color: '#D90D95'

red 217 ◦ green 13 ◦ blue 149

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

Shades of Medium Violet Red #D90D95

Tints of Medium Violet Red #D90D95

RGB

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

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

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

R = 57.26%
G = 3.43%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D90D95 (or 0xD90D95) is known color: Medium Violet Red. HEX triplet: D9, 0D and 95. RGB value is (217,13,149). Sum of RGB (Red+Green+Blue) = 217+13+149=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90D95 is #26F26A. Grayscale: #595959. Windows color (decimal): -2552427 or 9768409. OLE color: 9768409.

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

Color convert

RGB 217 13 149 -
CMYK 0 0.94 0.31 0.15
HSL 320º 0.89% 0.45% -
HSV(B) 320º 0.94% 0.85% -
XYZ 34.18 17.21 29.95 -
YUV 89.5 161.59 218.94 -
System Red Green Blue C M Y K H S L
Decimal 217 13 149 0 0.94 0.31 0.15 320 0.89 0.45
Hex D9 D 95 0 5E 1F F 140 59 2D
Octal 331 15 225 0 136 37 17 500 131 55
Binary 11011001 1101 10010101 0 1011110 11111 1111 101000000 1011001 101101

Color Harmonies of #D90D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D95

Black with #D90D95

Text Example


Text Example

White with #D90D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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