Html Css Color HEX #DB1299 Medium Violet Red

📋 copy color: '#DB1299'

red 219 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #DB1299

Tints of Medium Violet Red #DB1299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.62%

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

R = 56.15%
G = 4.62%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1299 (or 0xDB1299) is known color: Medium Violet Red. HEX triplet: DB, 12 and 99. RGB value is (219,18,153). Sum of RGB (Red+Green+Blue) = 219+18+153=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1299 is #24ED66. Grayscale: #5D5D5D. Windows color (decimal): -2420071 or 10031835. OLE color: 10031835.

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

Color convert

RGB 219 18 153 -
CMYK 0 0.92 0.30 0.14
HSL 319.7º 0.85% 0.46% -
HSV(B) 319.7º 0.92% 0.86% -
XYZ 35.18 17.79 31.72 -
YUV 93.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 219 18 153 0 0.92 0.30 0.14 319.7 0.85 0.46
Hex DB 12 99 0 5C 1E E 140 55 2E
Octal 333 22 231 0 134 36 16 500 125 56
Binary 11011011 10010 10011001 0 1011100 11110 1110 101000000 1010101 101110

Color Harmonies of #DB1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1299

Black with #DB1299

Text Example


Text Example

White with #DB1299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1299; }

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

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

background-color css

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

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

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

border-color css

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

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

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