Html Css Color HEX #DB1399 Medium Violet Red

📋 copy color: '#DB1399'

red 219 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #DB1399

Tints of Medium Violet Red #DB1399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 56.01%
G = 4.86%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1399 (or 0xDB1399) is known color: Medium Violet Red. HEX triplet: DB, 13 and 99. RGB value is (219,19,153). Sum of RGB (Red+Green+Blue) = 219+19+153=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1399 is #24EC66. Grayscale: #5D5D5D. Windows color (decimal): -2419815 or 10032091. OLE color: 10032091.

HSL color Cylindrical-coordinate representation of color #DB1399: hue angle of 319.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1399 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 153 -
CMYK 0 0.91 0.30 0.14
HSL 319.8º 0.84% 0.47% -
HSV(B) 319.8º 0.91% 0.86% -
XYZ 35.2 17.83 31.72 -
YUV 94.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 219 19 153 0 0.91 0.30 0.14 319.8 0.84 0.47
Hex DB 13 99 0 5B 1E E 140 54 2F
Octal 333 23 231 0 133 36 16 500 124 57
Binary 11011011 10011 10011001 0 1011011 11110 1110 101000000 1010100 101111

Color Harmonies of #DB1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1399

Black with #DB1399

Text Example


Text Example

White with #DB1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1399; }

 p { color: rgb(219,19,153); }

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

background-color css

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

 a { background-color: rgb(219,19,153); }

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

border-color css

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

 span { border-color: rgb(219,19,153); }

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