Html Css Color HEX #DB0589 Medium Violet Red

📋 copy color: '#DB0589'

red 219 ◦ green 5 ◦ blue 137

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

Shades of Medium Violet Red #DB0589

Tints of Medium Violet Red #DB0589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 60.66%
G = 1.39%
B = 37.95%

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

#DB0589 (or 0xDB0589) is known color: Medium Violet Red. HEX triplet: DB, 05 and 89. RGB value is (219,5,137). Sum of RGB (Red+Green+Blue) = 219+5+137=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0589 is #24FA76. Grayscale: #535353. Windows color (decimal): -2423415 or 8979931. OLE color: 8979931.

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

Color convert

RGB 219 5 137 -
CMYK 0 0.98 0.37 0.14
HSL 322.99º 0.96% 0.44% -
HSV(B) 322.99º 0.98% 0.86% -
XYZ 33.78 16.97 25.16 -
YUV 84.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 219 5 137 0 0.98 0.37 0.14 322.99 0.96 0.44
Hex DB 5 89 0 62 25 E 143 60 2C
Octal 333 5 211 0 142 45 16 503 140 54
Binary 11011011 101 10001001 0 1100010 100101 1110 101000011 1100000 101100

Color Harmonies of #DB0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0589

Black with #DB0589

Text Example


Text Example

White with #DB0589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0589; }

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

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

background-color css

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

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

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

border-color css

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

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

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