Html Css Color HEX #DB0483 Medium Violet Red

📋 copy color: '#DB0483'

red 219 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #DB0483

Tints of Medium Violet Red #DB0483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 61.86%
G = 1.13%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB0483 (or 0xDB0483) is known color: Medium Violet Red. HEX triplet: DB, 04 and 83. RGB value is (219,4,131). Sum of RGB (Red+Green+Blue) = 219+4+131=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0483 is #24FB7C. Grayscale: #525252. Windows color (decimal): -2423677 or 8586459. OLE color: 8586459.

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

Color convert

RGB 219 4 131 -
CMYK 0 0.98 0.40 0.14
HSL 324.56º 0.96% 0.44% -
HSV(B) 324.56º 0.98% 0.86% -
XYZ 33.35 16.79 22.95 -
YUV 82.76 155.23 225.17 -
System Red Green Blue C M Y K H S L
Decimal 219 4 131 0 0.98 0.40 0.14 324.56 0.96 0.44
Hex DB 4 83 0 62 28 E 145 60 2C
Octal 333 4 203 0 142 50 16 505 140 54
Binary 11011011 100 10000011 0 1100010 101000 1110 101000101 1100000 101100

Color Harmonies of #DB0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0483

Black with #DB0483

Text Example


Text Example

White with #DB0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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