Html Css Color HEX #DB1099 Medium Violet Red

📋 copy color: '#DB1099'

red 219 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #DB1099

Tints of Medium Violet Red #DB1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 56.44%
G = 4.12%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1099 (or 0xDB1099) is known color: Medium Violet Red. HEX triplet: DB, 10 and 99. RGB value is (219,16,153). Sum of RGB (Red+Green+Blue) = 219+16+153=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1099 is #24EF66. Grayscale: #5B5B5B. Windows color (decimal): -2420583 or 10031323. OLE color: 10031323.

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

Color convert

RGB 219 16 153 -
CMYK 0 0.93 0.30 0.14
HSL 319.51º 0.86% 0.46% -
HSV(B) 319.51º 0.93% 0.86% -
XYZ 35.15 17.73 31.71 -
YUV 92.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 219 16 153 0 0.93 0.30 0.14 319.51 0.86 0.46
Hex DB 10 99 0 5D 1E E 140 56 2E
Octal 333 20 231 0 135 36 16 500 126 56
Binary 11011011 10000 10011001 0 1011101 11110 1110 101000000 1010110 101110

Color Harmonies of #DB1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1099

Black with #DB1099

Text Example


Text Example

White with #DB1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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