Html Css Color HEX #DB048C Medium Violet Red

📋 copy color: '#DB048C'

red 219 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #DB048C

Tints of Medium Violet Red #DB048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 60.33%
G = 1.1%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB048C (or 0xDB048C) is known color: Medium Violet Red. HEX triplet: DB, 04 and 8C. RGB value is (219,4,140). Sum of RGB (Red+Green+Blue) = 219+4+140=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB048C is #24FB73. Grayscale: #535353. Windows color (decimal): -2423668 or 9176283. OLE color: 9176283.

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

Color convert

RGB 219 4 140 -
CMYK 0 0.98 0.36 0.14
HSL 322.05º 0.96% 0.44% -
HSV(B) 322.05º 0.98% 0.86% -
XYZ 33.99 17.04 26.31 -
YUV 83.79 159.73 224.44 -
System Red Green Blue C M Y K H S L
Decimal 219 4 140 0 0.98 0.36 0.14 322.05 0.96 0.44
Hex DB 4 8C 0 62 24 E 142 60 2C
Octal 333 4 214 0 142 44 16 502 140 54
Binary 11011011 100 10001100 0 1100010 100100 1110 101000010 1100000 101100

Color Harmonies of #DB048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB048C

Black with #DB048C

Text Example


Text Example

White with #DB048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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