Html Css Color HEX #DB108D Medium Violet Red

📋 copy color: '#DB108D'

red 219 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #DB108D

Tints of Medium Violet Red #DB108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 58.24%
G = 4.26%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB108D (or 0xDB108D) is known color: Medium Violet Red. HEX triplet: DB, 10 and 8D. RGB value is (219,16,141). Sum of RGB (Red+Green+Blue) = 219+16+141=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB108D is #24EF72. Grayscale: #5A5A5A. Windows color (decimal): -2420595 or 9244891. OLE color: 9244891.

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

Color convert

RGB 219 16 141 -
CMYK 0 0.93 0.36 0.14
HSL 323.05º 0.86% 0.46% -
HSV(B) 323.05º 0.93% 0.86% -
XYZ 34.21 17.35 26.75 -
YUV 90.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 219 16 141 0 0.93 0.36 0.14 323.05 0.86 0.46
Hex DB 10 8D 0 5D 24 E 143 56 2E
Octal 333 20 215 0 135 44 16 503 126 56
Binary 11011011 10000 10001101 0 1011101 100100 1110 101000011 1010110 101110

Color Harmonies of #DB108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB108D

Black with #DB108D

Text Example


Text Example

White with #DB108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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