Html Css Color HEX #DB0489 Medium Violet Red

📋 copy color: '#DB0489'

red 219 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #DB0489

Tints of Medium Violet Red #DB0489

RGB

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

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

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

R = 60.83%
G = 1.11%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB0489 (or 0xDB0489) is known color: Medium Violet Red. HEX triplet: DB, 04 and 89. RGB value is (219,4,137). Sum of RGB (Red+Green+Blue) = 219+4+137=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0489 is #24FB76. Grayscale: #535353. Windows color (decimal): -2423671 or 8979675. OLE color: 8979675.

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

Color convert

RGB 219 4 137 -
CMYK 0 0.98 0.37 0.14
HSL 322.88º 0.96% 0.44% -
HSV(B) 322.88º 0.98% 0.86% -
XYZ 33.77 16.95 25.16 -
YUV 83.45 158.23 224.69 -
System Red Green Blue C M Y K H S L
Decimal 219 4 137 0 0.98 0.37 0.14 322.88 0.96 0.44
Hex DB 4 89 0 62 25 E 143 60 2C
Octal 333 4 211 0 142 45 16 503 140 54
Binary 11011011 100 10001001 0 1100010 100101 1110 101000011 1100000 101100

Color Harmonies of #DB0489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0489

Black with #DB0489

Text Example


Text Example

White with #DB0489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0489; }

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

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

background-color css

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

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

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

border-color css

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

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

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