Html Css Color HEX #DB108C Medium Violet Red

📋 copy color: '#DB108C'

red 219 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #DB108C

Tints of Medium Violet Red #DB108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 58.4%
G = 4.27%
B = 37.33%

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

#DB108C (or 0xDB108C) is known color: Medium Violet Red. HEX triplet: DB, 10 and 8C. RGB value is (219,16,140). Sum of RGB (Red+Green+Blue) = 219+16+140=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB108C is #24EF73. Grayscale: #5A5A5A. Windows color (decimal): -2420596 or 9179355. OLE color: 9179355.

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

Color convert

RGB 219 16 140 -
CMYK 0 0.93 0.36 0.14
HSL 323.35º 0.86% 0.46% -
HSV(B) 323.35º 0.93% 0.86% -
XYZ 34.13 17.32 26.36 -
YUV 90.83 155.75 219.42 -
System Red Green Blue C M Y K H S L
Decimal 219 16 140 0 0.93 0.36 0.14 323.35 0.86 0.46
Hex DB 10 8C 0 5D 24 E 143 56 2E
Octal 333 20 214 0 135 44 16 503 126 56
Binary 11011011 10000 10001100 0 1011101 100100 1110 101000011 1010110 101110

Color Harmonies of #DB108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB108C

Black with #DB108C

Text Example


Text Example

White with #DB108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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