Html Css Color HEX #DB0482 Medium Violet Red

📋 copy color: '#DB0482'

red 219 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #DB0482

Tints of Medium Violet Red #DB0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 62.04%
G = 1.13%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0482 (or 0xDB0482) is known color: Medium Violet Red. HEX triplet: DB, 04 and 82. RGB value is (219,4,130). Sum of RGB (Red+Green+Blue) = 219+4+130=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0482 is #24FB7D. Grayscale: #525252. Windows color (decimal): -2423678 or 8520923. OLE color: 8520923.

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

Color convert

RGB 219 4 130 -
CMYK 0 0.98 0.41 0.14
HSL 324.84º 0.96% 0.44% -
HSV(B) 324.84º 0.98% 0.86% -
XYZ 33.29 16.76 22.6 -
YUV 82.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 219 4 130 0 0.98 0.41 0.14 324.84 0.96 0.44
Hex DB 4 82 0 62 29 E 145 60 2C
Octal 333 4 202 0 142 51 16 505 140 54
Binary 11011011 100 10000010 0 1100010 101001 1110 101000101 1100000 101100

Color Harmonies of #DB0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0482

Black with #DB0482

Text Example


Text Example

White with #DB0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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