Html Css Color HEX #DB0084 Medium Violet Red

📋 copy color: '#DB0084'

red 219 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #DB0084

Tints of Medium Violet Red #DB0084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 62.39%
G = 0%
B = 37.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB0084 (or 0xDB0084) is known color: Medium Violet Red. HEX triplet: DB, 00 and 84. RGB value is (219,0,132). Sum of RGB (Red+Green+Blue) = 219+0+132=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0084 is #24FF7B. Grayscale: #505050. Windows color (decimal): -2424700 or 8650971. OLE color: 8650971.

HSL color Cylindrical-coordinate representation of color #DB0084: hue angle of 323.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0084 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 132 -
CMYK 0 1 0.40 0.14
HSL 323.84º 1% 0.43% -
HSV(B) 323.84º 1% 0.86% -
XYZ 33.38 16.73 23.3 -
YUV 80.53 157.05 226.77 -
System Red Green Blue C M Y K H S L
Decimal 219 0 132 0 1 0.40 0.14 323.84 1 0.43
Hex DB 0 84 0 64 28 E 144 64 2B
Octal 333 0 204 0 144 50 16 504 144 53
Binary 11011011 0 10000100 0 1100100 101000 1110 101000100 1100100 101011

Color Harmonies of #DB0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0084

Black with #DB0084

Text Example


Text Example

White with #DB0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0084; }

 p { color: rgb(219,0,132); }

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

background-color css

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

 a { background-color: rgb(219,0,132); }

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

border-color css

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

 span { border-color: rgb(219,0,132); }

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