Html Css Color HEX #DB037C Medium Violet Red

📋 copy color: '#DB037C'

red 219 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #DB037C

Tints of Medium Violet Red #DB037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 63.29%
G = 0.87%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB037C (or 0xDB037C) is known color: Medium Violet Red. HEX triplet: DB, 03 and 7C. RGB value is (219,3,124). Sum of RGB (Red+Green+Blue) = 219+3+124=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB037C is #24FC83. Grayscale: #515151. Windows color (decimal): -2423940 or 8127451. OLE color: 8127451.

HSL color Cylindrical-coordinate representation of color #DB037C: hue angle of 326.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB037C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 124 -
CMYK 0 0.99 0.43 0.14
HSL 326.39º 0.97% 0.44% -
HSV(B) 326.39º 0.99% 0.86% -
XYZ 32.88 16.58 20.54 -
YUV 81.38 152.06 226.16 -
System Red Green Blue C M Y K H S L
Decimal 219 3 124 0 0.99 0.43 0.14 326.39 0.97 0.44
Hex DB 3 7C 0 63 2B E 146 61 2C
Octal 333 3 174 0 143 53 16 506 141 54
Binary 11011011 11 1111100 0 1100011 101011 1110 101000110 1100001 101100

Color Harmonies of #DB037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB037C

Black with #DB037C

Text Example


Text Example

White with #DB037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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