Html Css Color HEX #DB0486 Medium Violet Red

📋 copy color: '#DB0486'

red 219 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #DB0486

Tints of Medium Violet Red #DB0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 61.34%
G = 1.12%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB0486 (or 0xDB0486) is known color: Medium Violet Red. HEX triplet: DB, 04 and 86. RGB value is (219,4,134). Sum of RGB (Red+Green+Blue) = 219+4+134=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0486 is #24FB79. Grayscale: #525252. Windows color (decimal): -2423674 or 8783067. OLE color: 8783067.

HSL color Cylindrical-coordinate representation of color #DB0486: hue angle of 323.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0486 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 134 -
CMYK 0 0.98 0.39 0.14
HSL 323.72º 0.96% 0.44% -
HSV(B) 323.72º 0.98% 0.86% -
XYZ 33.56 16.87 24.04 -
YUV 83.11 156.73 224.93 -
System Red Green Blue C M Y K H S L
Decimal 219 4 134 0 0.98 0.39 0.14 323.72 0.96 0.44
Hex DB 4 86 0 62 27 E 144 60 2C
Octal 333 4 206 0 142 47 16 504 140 54
Binary 11011011 100 10000110 0 1100010 100111 1110 101000100 1100000 101100

Color Harmonies of #DB0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0486

Black with #DB0486

Text Example


Text Example

White with #DB0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0486; }

 p { color: rgb(219,4,134); }

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

background-color css

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

 a { background-color: rgb(219,4,134); }

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

border-color css

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

 span { border-color: rgb(219,4,134); }

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