Html Css Color HEX #DB1799 Medium Violet Red

📋 copy color: '#DB1799'

red 219 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #DB1799

Tints of Medium Violet Red #DB1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.82%

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

R = 55.44%
G = 5.82%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1799 (or 0xDB1799) is known color: Medium Violet Red. HEX triplet: DB, 17 and 99. RGB value is (219,23,153). Sum of RGB (Red+Green+Blue) = 219+23+153=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1799 is #24E866. Grayscale: #606060. Windows color (decimal): -2418791 or 10033115. OLE color: 10033115.

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

Color convert

RGB 219 23 153 -
CMYK 0 0.89 0.30 0.14
HSL 320.2º 0.81% 0.47% -
HSV(B) 320.2º 0.89% 0.86% -
XYZ 35.27 17.97 31.75 -
YUV 96.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 219 23 153 0 0.89 0.30 0.14 320.2 0.81 0.47
Hex DB 17 99 0 59 1E E 140 51 2F
Octal 333 27 231 0 131 36 16 500 121 57
Binary 11011011 10111 10011001 0 1011001 11110 1110 101000000 1010001 101111

Color Harmonies of #DB1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1799

Black with #DB1799

Text Example


Text Example

White with #DB1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1799; }

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

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

background-color css

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

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

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

border-color css

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

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

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