Html Css Color HEX #DB1096 Medium Violet Red

📋 copy color: '#DB1096'

red 219 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #DB1096

Tints of Medium Violet Red #DB1096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 56.88%
G = 4.16%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB1096 (or 0xDB1096) is known color: Medium Violet Red. HEX triplet: DB, 10 and 96. RGB value is (219,16,150). Sum of RGB (Red+Green+Blue) = 219+16+150=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1096 is #24EF69. Grayscale: #5B5B5B. Windows color (decimal): -2420586 or 9834715. OLE color: 9834715.

HSL color Cylindrical-coordinate representation of color #DB1096: hue angle of 320.39º 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 #DB1096 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 150 -
CMYK 0 0.93 0.32 0.14
HSL 320.39º 0.86% 0.46% -
HSV(B) 320.39º 0.93% 0.86% -
XYZ 34.9 17.63 30.42 -
YUV 91.97 160.75 218.6 -
System Red Green Blue C M Y K H S L
Decimal 219 16 150 0 0.93 0.32 0.14 320.39 0.86 0.46
Hex DB 10 96 0 5D 20 E 140 56 2E
Octal 333 20 226 0 135 40 16 500 126 56
Binary 11011011 10000 10010110 0 1011101 100000 1110 101000000 1010110 101110

Color Harmonies of #DB1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1096

Black with #DB1096

Text Example


Text Example

White with #DB1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1096; }

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

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

background-color css

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

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

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

border-color css

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

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

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