Html Css Color HEX #DB047C Medium Violet Red

📋 copy color: '#DB047C'

red 219 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #DB047C

Tints of Medium Violet Red #DB047C

RGB

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

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

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

R = 63.11%
G = 1.15%
B = 35.73%

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

#DB047C (or 0xDB047C) is known color: Medium Violet Red. HEX triplet: DB, 04 and 7C. RGB value is (219,4,124). Sum of RGB (Red+Green+Blue) = 219+4+124=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB047C is #24FB83. Grayscale: #515151. Windows color (decimal): -2423684 or 8127707. OLE color: 8127707.

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

Color convert

RGB 219 4 124 -
CMYK 0 0.98 0.43 0.14
HSL 326.51º 0.96% 0.44% -
HSV(B) 326.51º 0.98% 0.86% -
XYZ 32.89 16.6 20.54 -
YUV 81.97 151.73 225.74 -
System Red Green Blue C M Y K H S L
Decimal 219 4 124 0 0.98 0.43 0.14 326.51 0.96 0.44
Hex DB 4 7C 0 62 2B E 147 60 2C
Octal 333 4 174 0 142 53 16 507 140 54
Binary 11011011 100 1111100 0 1100010 101011 1110 101000111 1100000 101100

Color Harmonies of #DB047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB047C

Black with #DB047C

Text Example


Text Example

White with #DB047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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