Html Css Color HEX #DB159E Medium Violet Red

📋 copy color: '#DB159E'

red 219 ◦ green 21 ◦ blue 158

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

Shades of Medium Violet Red #DB159E

Tints of Medium Violet Red #DB159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 55.03%
G = 5.28%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB159E (or 0xDB159E) is known color: Medium Violet Red. HEX triplet: DB, 15 and 9E. RGB value is (219,21,158). Sum of RGB (Red+Green+Blue) = 219+21+158=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB159E is #24EA61. Grayscale: #5F5F5F. Windows color (decimal): -2419298 or 10360283. OLE color: 10360283.

HSL color Cylindrical-coordinate representation of color #DB159E: hue angle of 318.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB159E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 158 -
CMYK 0 0.90 0.28 0.14
HSL 318.48º 0.83% 0.47% -
HSV(B) 318.48º 0.9% 0.86% -
XYZ 35.65 18.07 33.96 -
YUV 95.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 219 21 158 0 0.90 0.28 0.14 318.48 0.83 0.47
Hex DB 15 9E 0 5A 1C E 13E 52 2F
Octal 333 25 236 0 132 34 16 476 122 57
Binary 11011011 10101 10011110 0 1011010 11100 1110 100111110 1010010 101111

Color Harmonies of #DB159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB159E

Black with #DB159E

Text Example


Text Example

White with #DB159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB159E; }

 p { color: rgb(219,21,158); }

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

background-color css

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

 a { background-color: rgb(219,21,158); }

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

border-color css

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

 span { border-color: rgb(219,21,158); }

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