Html Css Color HEX #DB047E Medium Violet Red

📋 copy color: '#DB047E'

red 219 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #DB047E

Tints of Medium Violet Red #DB047E

RGB

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

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

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

R = 62.75%
G = 1.15%
B = 36.1%

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

#DB047E (or 0xDB047E) is known color: Medium Violet Red. HEX triplet: DB, 04 and 7E. RGB value is (219,4,126). Sum of RGB (Red+Green+Blue) = 219+4+126=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB047E is #24FB81. Grayscale: #515151. Windows color (decimal): -2423682 or 8258779. OLE color: 8258779.

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

Color convert

RGB 219 4 126 -
CMYK 0 0.98 0.42 0.14
HSL 325.95º 0.96% 0.44% -
HSV(B) 325.95º 0.98% 0.86% -
XYZ 33.02 16.65 21.21 -
YUV 82.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 219 4 126 0 0.98 0.42 0.14 325.95 0.96 0.44
Hex DB 4 7E 0 62 2A E 146 60 2C
Octal 333 4 176 0 142 52 16 506 140 54
Binary 11011011 100 1111110 0 1100010 101010 1110 101000110 1100000 101100

Color Harmonies of #DB047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB047E

Black with #DB047E

Text Example


Text Example

White with #DB047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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