Html Css Color HEX #DB057F Medium Violet Red

📋 copy color: '#DB057F'

red 219 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #DB057F

Tints of Medium Violet Red #DB057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 62.39%
G = 1.42%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB057F (or 0xDB057F) is known color: Medium Violet Red. HEX triplet: DB, 05 and 7F. RGB value is (219,5,127). Sum of RGB (Red+Green+Blue) = 219+5+127=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB057F is #24FA80. Grayscale: #525252. Windows color (decimal): -2423425 or 8324571. OLE color: 8324571.

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

Color convert

RGB 219 5 127 -
CMYK 0 0.98 0.42 0.14
HSL 325.79º 0.96% 0.44% -
HSV(B) 325.79º 0.98% 0.86% -
XYZ 33.1 16.7 21.56 -
YUV 82.89 152.9 225.08 -
System Red Green Blue C M Y K H S L
Decimal 219 5 127 0 0.98 0.42 0.14 325.79 0.96 0.44
Hex DB 5 7F 0 62 2A E 146 60 2C
Octal 333 5 177 0 142 52 16 506 140 54
Binary 11011011 101 1111111 0 1100010 101010 1110 101000110 1100000 101100

Color Harmonies of #DB057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB057F

Black with #DB057F

Text Example


Text Example

White with #DB057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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