Html Css Color HEX #DB0384 Medium Violet Red

📋 copy color: '#DB0384'

red 219 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #DB0384

Tints of Medium Violet Red #DB0384

RGB

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

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

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

R = 61.86%
G = 0.85%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB0384 (or 0xDB0384) is known color: Medium Violet Red. HEX triplet: DB, 03 and 84. RGB value is (219,3,132). Sum of RGB (Red+Green+Blue) = 219+3+132=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0384 is #24FC7B. Grayscale: #515151. Windows color (decimal): -2423932 or 8651739. OLE color: 8651739.

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

Color convert

RGB 219 3 132 -
CMYK 0 0.99 0.40 0.14
HSL 324.17º 0.97% 0.44% -
HSV(B) 324.17º 0.99% 0.86% -
XYZ 33.41 16.79 23.31 -
YUV 82.29 156.06 225.51 -
System Red Green Blue C M Y K H S L
Decimal 219 3 132 0 0.99 0.40 0.14 324.17 0.97 0.44
Hex DB 3 84 0 63 28 E 144 61 2C
Octal 333 3 204 0 143 50 16 504 141 54
Binary 11011011 11 10000100 0 1100011 101000 1110 101000100 1100001 101100

Color Harmonies of #DB0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0384

Black with #DB0384

Text Example


Text Example

White with #DB0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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