Html Css Color HEX #DB037E Medium Violet Red

📋 copy color: '#DB037E'

red 219 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #DB037E

Tints of Medium Violet Red #DB037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 62.93%
G = 0.86%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB037E (or 0xDB037E) is known color: Medium Violet Red. HEX triplet: DB, 03 and 7E. RGB value is (219,3,126). Sum of RGB (Red+Green+Blue) = 219+3+126=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB037E is #24FC81. Grayscale: #515151. Windows color (decimal): -2423938 or 8258523. OLE color: 8258523.

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

Color convert

RGB 219 3 126 -
CMYK 0 0.99 0.42 0.14
HSL 325.83º 0.97% 0.44% -
HSV(B) 325.83º 0.99% 0.86% -
XYZ 33.01 16.63 21.21 -
YUV 81.61 153.06 226 -
System Red Green Blue C M Y K H S L
Decimal 219 3 126 0 0.99 0.42 0.14 325.83 0.97 0.44
Hex DB 3 7E 0 63 2A E 146 61 2C
Octal 333 3 176 0 143 52 16 506 141 54
Binary 11011011 11 1111110 0 1100011 101010 1110 101000110 1100001 101100

Color Harmonies of #DB037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB037E

Black with #DB037E

Text Example


Text Example

White with #DB037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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