Html Css Color HEX #DB0389 Medium Violet Red

📋 copy color: '#DB0389'

red 219 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #DB0389

Tints of Medium Violet Red #DB0389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 61%
G = 0.84%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB0389 (or 0xDB0389) is known color: Medium Violet Red. HEX triplet: DB, 03 and 89. RGB value is (219,3,137). Sum of RGB (Red+Green+Blue) = 219+3+137=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0389 is #24FC76. Grayscale: #525252. Windows color (decimal): -2423927 or 8979419. OLE color: 8979419.

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

Color convert

RGB 219 3 137 -
CMYK 0 0.99 0.37 0.14
HSL 322.78º 0.97% 0.44% -
HSV(B) 322.78º 0.99% 0.86% -
XYZ 33.76 16.93 25.16 -
YUV 82.86 158.56 225.1 -
System Red Green Blue C M Y K H S L
Decimal 219 3 137 0 0.99 0.37 0.14 322.78 0.97 0.44
Hex DB 3 89 0 63 25 E 143 61 2C
Octal 333 3 211 0 143 45 16 503 141 54
Binary 11011011 11 10001001 0 1100011 100101 1110 101000011 1100001 101100

Color Harmonies of #DB0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0389

Black with #DB0389

Text Example


Text Example

White with #DB0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0389; }

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

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

background-color css

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

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

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

border-color css

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

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

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