Html Css Color HEX #D90B92 Medium Violet Red

📋 copy color: '#D90B92'

red 217 ◦ green 11 ◦ blue 146

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

Shades of Medium Violet Red #D90B92

Tints of Medium Violet Red #D90B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 58.02%
G = 2.94%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D90B92 (or 0xD90B92) is known color: Medium Violet Red. HEX triplet: D9, 0B and 92. RGB value is (217,11,146). Sum of RGB (Red+Green+Blue) = 217+11+146=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90B92 is #26F46D. Grayscale: #575757. Windows color (decimal): -2552942 or 9571289. OLE color: 9571289.

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

Color convert

RGB 217 11 146 -
CMYK 0 0.95 0.33 0.15
HSL 320.68º 0.9% 0.45% -
HSV(B) 320.68º 0.95% 0.85% -
XYZ 33.92 17.07 28.7 -
YUV 87.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 217 11 146 0 0.95 0.33 0.15 320.68 0.9 0.45
Hex D9 B 92 0 5F 21 F 141 5A 2D
Octal 331 13 222 0 137 41 17 501 132 55
Binary 11011001 1011 10010010 0 1011111 100001 1111 101000001 1011010 101101

Color Harmonies of #D90B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B92

Black with #D90B92

Text Example


Text Example

White with #D90B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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