Html Css Color HEX #DC048C Medium Violet Red

📋 copy color: '#DC048C'

red 220 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #DC048C

Tints of Medium Violet Red #DC048C

RGB

 RED value IS 220 (86.33% from 255) = 60.44%

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

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

R = 60.44%
G = 1.1%
B = 38.46%

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

#DC048C (or 0xDC048C) is known color: Medium Violet Red. HEX triplet: DC, 04 and 8C. RGB value is (220,4,140). Sum of RGB (Red+Green+Blue) = 220+4+140=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC048C is #23FB73. Grayscale: #535353. Windows color (decimal): -2358132 or 9176284. OLE color: 9176284.

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

Color convert

RGB 220 4 140 -
CMYK 0 0.98 0.36 0.14
HSL 322.22º 0.96% 0.44% -
HSV(B) 322.22º 0.98% 0.86% -
XYZ 34.29 17.2 26.32 -
YUV 84.09 159.56 224.94 -
System Red Green Blue C M Y K H S L
Decimal 220 4 140 0 0.98 0.36 0.14 322.22 0.96 0.44
Hex DC 4 8C 0 62 24 E 142 60 2C
Octal 334 4 214 0 142 44 16 502 140 54
Binary 11011100 100 10001100 0 1100010 100100 1110 101000010 1100000 101100

Color Harmonies of #DC048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC048C

Black with #DC048C

Text Example


Text Example

White with #DC048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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