Html Css Color HEX #DB0382 Medium Violet Red

📋 copy color: '#DB0382'

red 219 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #DB0382

Tints of Medium Violet Red #DB0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 62.22%
G = 0.85%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0382 (or 0xDB0382) is known color: Medium Violet Red. HEX triplet: DB, 03 and 82. RGB value is (219,3,130). Sum of RGB (Red+Green+Blue) = 219+3+130=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0382 is #24FC7D. Grayscale: #515151. Windows color (decimal): -2423934 or 8520667. OLE color: 8520667.

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

Color convert

RGB 219 3 130 -
CMYK 0 0.99 0.41 0.14
HSL 324.72º 0.97% 0.44% -
HSV(B) 324.72º 0.99% 0.86% -
XYZ 33.28 16.74 22.6 -
YUV 82.06 155.06 225.67 -
System Red Green Blue C M Y K H S L
Decimal 219 3 130 0 0.99 0.41 0.14 324.72 0.97 0.44
Hex DB 3 82 0 63 29 E 145 61 2C
Octal 333 3 202 0 143 51 16 505 141 54
Binary 11011011 11 10000010 0 1100011 101001 1110 101000101 1100001 101100

Color Harmonies of #DB0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0382

Black with #DB0382

Text Example


Text Example

White with #DB0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0382; }

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

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

background-color css

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

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

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

border-color css

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

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

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