Html Css Color HEX #DB0487 Medium Violet Red

📋 copy color: '#DB0487'

red 219 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #DB0487

Tints of Medium Violet Red #DB0487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.71%

R = 61.17%
G = 1.12%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB0487 (or 0xDB0487) is known color: Medium Violet Red. HEX triplet: DB, 04 and 87. RGB value is (219,4,135). Sum of RGB (Red+Green+Blue) = 219+4+135=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0487 is #24FB78. Grayscale: #525252. Windows color (decimal): -2423673 or 8848603. OLE color: 8848603.

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

Color convert

RGB 219 4 135 -
CMYK 0 0.98 0.38 0.14
HSL 323.44º 0.96% 0.44% -
HSV(B) 323.44º 0.98% 0.86% -
XYZ 33.63 16.9 24.41 -
YUV 83.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 219 4 135 0 0.98 0.38 0.14 323.44 0.96 0.44
Hex DB 4 87 0 62 26 E 143 60 2C
Octal 333 4 207 0 142 46 16 503 140 54
Binary 11011011 100 10000111 0 1100010 100110 1110 101000011 1100000 101100

Color Harmonies of #DB0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0487

Black with #DB0487

Text Example


Text Example

White with #DB0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0487; }

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

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

background-color css

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

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

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

border-color css

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

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

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