Html Css Color HEX #DB058B Medium Violet Red

📋 copy color: '#DB058B'

red 219 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #DB058B

Tints of Medium Violet Red #DB058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 60.33%
G = 1.38%
B = 38.29%

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

#DB058B (or 0xDB058B) is known color: Medium Violet Red. HEX triplet: DB, 05 and 8B. RGB value is (219,5,139). Sum of RGB (Red+Green+Blue) = 219+5+139=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB058B is #24FA74. Grayscale: #535353. Windows color (decimal): -2423413 or 9111003. OLE color: 9111003.

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

Color convert

RGB 219 5 139 -
CMYK 0 0.98 0.37 0.14
HSL 322.43º 0.96% 0.44% -
HSV(B) 322.43º 0.98% 0.86% -
XYZ 33.93 17.03 25.93 -
YUV 84.26 158.9 224.1 -
System Red Green Blue C M Y K H S L
Decimal 219 5 139 0 0.98 0.37 0.14 322.43 0.96 0.44
Hex DB 5 8B 0 62 25 E 142 60 2C
Octal 333 5 213 0 142 45 16 502 140 54
Binary 11011011 101 10001011 0 1100010 100101 1110 101000010 1100000 101100

Color Harmonies of #DB058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB058B

Black with #DB058B

Text Example


Text Example

White with #DB058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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