Html Css Color HEX #DB058F Medium Violet Red

📋 copy color: '#DB058F'

red 219 ◦ green 5 ◦ blue 143

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

Shades of Medium Violet Red #DB058F

Tints of Medium Violet Red #DB058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 59.67%
G = 1.36%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB058F (or 0xDB058F) is known color: Medium Violet Red. HEX triplet: DB, 05 and 8F. RGB value is (219,5,143). Sum of RGB (Red+Green+Blue) = 219+5+143=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB058F is #24FA70. Grayscale: #545454. Windows color (decimal): -2423409 or 9373147. OLE color: 9373147.

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

Color convert

RGB 219 5 143 -
CMYK 0 0.98 0.35 0.14
HSL 321.31º 0.96% 0.44% -
HSV(B) 321.31º 0.98% 0.86% -
XYZ 34.23 17.15 27.49 -
YUV 84.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 219 5 143 0 0.98 0.35 0.14 321.31 0.96 0.44
Hex DB 5 8F 0 62 23 E 141 60 2C
Octal 333 5 217 0 142 43 16 501 140 54
Binary 11011011 101 10001111 0 1100010 100011 1110 101000001 1100000 101100

Color Harmonies of #DB058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB058F

Black with #DB058F

Text Example


Text Example

White with #DB058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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