Html Css Color HEX #D90B79 Medium Violet Red

📋 copy color: '#D90B79'

red 217 ◦ green 11 ◦ blue 121

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

Shades of Medium Violet Red #D90B79

Tints of Medium Violet Red #D90B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 62.18%
G = 3.15%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D90B79 (or 0xD90B79) is known color: Medium Violet Red. HEX triplet: D9, 0B and 79. RGB value is (217,11,121). Sum of RGB (Red+Green+Blue) = 217+11+121=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B79 is #26F486. Grayscale: #545454. Windows color (decimal): -2552967 or 7932889. OLE color: 7932889.

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

Color convert

RGB 217 11 121 -
CMYK 0 0.95 0.44 0.15
HSL 327.96º 0.9% 0.45% -
HSV(B) 327.96º 0.95% 0.85% -
XYZ 32.19 16.37 19.55 -
YUV 85.13 148.25 222.06 -
System Red Green Blue C M Y K H S L
Decimal 217 11 121 0 0.95 0.44 0.15 327.96 0.9 0.45
Hex D9 B 79 0 5F 2C F 148 5A 2D
Octal 331 13 171 0 137 54 17 510 132 55
Binary 11011001 1011 1111001 0 1011111 101100 1111 101001000 1011010 101101

Color Harmonies of #D90B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B79

Black with #D90B79

Text Example


Text Example

White with #D90B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B79; }

 p { color: rgb(217,11,121); }

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

background-color css

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

 a { background-color: rgb(217,11,121); }

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

border-color css

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

 span { border-color: rgb(217,11,121); }

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