Html Css Color HEX #DB118A Medium Violet Red

📋 copy color: '#DB118A'

red 219 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #DB118A

Tints of Medium Violet Red #DB118A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

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

R = 58.56%
G = 4.55%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB118A (or 0xDB118A) is known color: Medium Violet Red. HEX triplet: DB, 11 and 8A. RGB value is (219,17,138). Sum of RGB (Red+Green+Blue) = 219+17+138=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB118A is #24EE75. Grayscale: #5A5A5A. Windows color (decimal): -2420342 or 9048539. OLE color: 9048539.

HSL color Cylindrical-coordinate representation of color #DB118A: hue angle of 324.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB118A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 17 138 -
CMYK 0 0.92 0.37 0.14
HSL 324.06º 0.86% 0.46% -
HSV(B) 324.06º 0.92% 0.86% -
XYZ 34 17.3 25.59 -
YUV 91.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 219 17 138 0 0.92 0.37 0.14 324.06 0.86 0.46
Hex DB 11 8A 0 5C 25 E 144 56 2E
Octal 333 21 212 0 134 45 16 504 126 56
Binary 11011011 10001 10001010 0 1011100 100101 1110 101000100 1010110 101110

Color Harmonies of #DB118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB118A

Black with #DB118A

Text Example


Text Example

White with #DB118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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