Html Css Color HEX #DB1095 Medium Violet Red

📋 copy color: '#DB1095'

red 219 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #DB1095

Tints of Medium Violet Red #DB1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 57.03%
G = 4.17%
B = 38.8%

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

#DB1095 (or 0xDB1095) is known color: Medium Violet Red. HEX triplet: DB, 10 and 95. RGB value is (219,16,149). Sum of RGB (Red+Green+Blue) = 219+16+149=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1095 is #24EF6A. Grayscale: #5B5B5B. Windows color (decimal): -2420587 or 9769179. OLE color: 9769179.

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

Color convert

RGB 219 16 149 -
CMYK 0 0.93 0.32 0.14
HSL 320.69º 0.86% 0.46% -
HSV(B) 320.69º 0.93% 0.86% -
XYZ 34.82 17.6 30 -
YUV 91.86 160.25 218.69 -
System Red Green Blue C M Y K H S L
Decimal 219 16 149 0 0.93 0.32 0.14 320.69 0.86 0.46
Hex DB 10 95 0 5D 20 E 141 56 2E
Octal 333 20 225 0 135 40 16 501 126 56
Binary 11011011 10000 10010101 0 1011101 100000 1110 101000001 1010110 101110

Color Harmonies of #DB1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1095

Black with #DB1095

Text Example


Text Example

White with #DB1095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1095; }

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

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

background-color css

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

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

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

border-color css

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

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

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