Html Css Color HEX #DB108A Medium Violet Red

📋 copy color: '#DB108A'

red 219 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #DB108A

Tints of Medium Violet Red #DB108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 58.71%
G = 4.29%
B = 37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB108A (or 0xDB108A) is known color: Medium Violet Red. HEX triplet: DB, 10 and 8A. RGB value is (219,16,138). Sum of RGB (Red+Green+Blue) = 219+16+138=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB108A is #24EF75. Grayscale: #5A5A5A. Windows color (decimal): -2420598 or 9048283. OLE color: 9048283.

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

Color convert

RGB 219 16 138 -
CMYK 0 0.93 0.37 0.14
HSL 323.94º 0.86% 0.46% -
HSV(B) 323.94º 0.93% 0.86% -
XYZ 33.99 17.27 25.59 -
YUV 90.61 154.75 219.58 -
System Red Green Blue C M Y K H S L
Decimal 219 16 138 0 0.93 0.37 0.14 323.94 0.86 0.46
Hex DB 10 8A 0 5D 25 E 144 56 2E
Octal 333 20 212 0 135 45 16 504 126 56
Binary 11011011 10000 10001010 0 1011101 100101 1110 101000100 1010110 101110

Color Harmonies of #DB108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB108A

Black with #DB108A

Text Example


Text Example

White with #DB108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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