Html Css Color HEX #DB057C Medium Violet Red

📋 copy color: '#DB057C'

red 219 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #DB057C

Tints of Medium Violet Red #DB057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 62.93%
G = 1.44%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB057C (or 0xDB057C) is known color: Medium Violet Red. HEX triplet: DB, 05 and 7C. RGB value is (219,5,124). Sum of RGB (Red+Green+Blue) = 219+5+124=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB057C is #24FA83. Grayscale: #525252. Windows color (decimal): -2423428 or 8127963. OLE color: 8127963.

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

Color convert

RGB 219 5 124 -
CMYK 0 0.98 0.43 0.14
HSL 326.64º 0.96% 0.44% -
HSV(B) 326.64º 0.98% 0.86% -
XYZ 32.91 16.62 20.54 -
YUV 82.55 151.4 225.32 -
System Red Green Blue C M Y K H S L
Decimal 219 5 124 0 0.98 0.43 0.14 326.64 0.96 0.44
Hex DB 5 7C 0 62 2B E 147 60 2C
Octal 333 5 174 0 142 53 16 507 140 54
Binary 11011011 101 1111100 0 1100010 101011 1110 101000111 1100000 101100

Color Harmonies of #DB057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB057C

Black with #DB057C

Text Example


Text Example

White with #DB057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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