Html Css Color HEX #DB1990 Medium Violet Red

📋 copy color: '#DB1990'

red 219 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #DB1990

Tints of Medium Violet Red #DB1990

RGB

 RED value IS 219 (85.94% from 255) = 56.44%

 GREEN value IS 25 (10.16% from 255) = 6.44%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 56.44%
G = 6.44%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB1990 (or 0xDB1990) is known color: Medium Violet Red. HEX triplet: DB, 19 and 90. RGB value is (219,25,144). Sum of RGB (Red+Green+Blue) = 219+25+144=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1990 is #24E66F. Grayscale: #606060. Windows color (decimal): -2418288 or 9443803. OLE color: 9443803.

HSL color Cylindrical-coordinate representation of color #DB1990: hue angle of 323.2º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1990 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 25 144 -
CMYK 0 0.89 0.34 0.14
HSL 323.2º 0.8% 0.48% -
HSV(B) 323.2º 0.89% 0.86% -
XYZ 34.6 17.77 27.99 -
YUV 96.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 219 25 144 0 0.89 0.34 0.14 323.2 0.8 0.48
Hex DB 19 90 0 59 22 E 143 50 30
Octal 333 31 220 0 131 42 16 503 120 60
Binary 11011011 11001 10010000 0 1011001 100010 1110 101000011 1010000 110000

Color Harmonies of #DB1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1990

Black with #DB1990

Text Example


Text Example

White with #DB1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1990; }

 p { color: rgb(219,25,144); }

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

background-color css

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

 a { background-color: rgb(219,25,144); }

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

border-color css

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

 span { border-color: rgb(219,25,144); }

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