Html Css Color HEX #DC048D Medium Violet Red

📋 copy color: '#DC048D'

red 220 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #DC048D

Tints of Medium Violet Red #DC048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 60.27%
G = 1.1%
B = 38.63%

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

#DC048D (or 0xDC048D) is known color: Medium Violet Red. HEX triplet: DC, 04 and 8D. RGB value is (220,4,141). Sum of RGB (Red+Green+Blue) = 220+4+141=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC048D is #23FB72. Grayscale: #535353. Windows color (decimal): -2358131 or 9241820. OLE color: 9241820.

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

Color convert

RGB 220 4 141 -
CMYK 0 0.98 0.36 0.14
HSL 321.94º 0.96% 0.44% -
HSV(B) 321.94º 0.98% 0.86% -
XYZ 34.37 17.23 26.71 -
YUV 84.2 160.06 224.86 -
System Red Green Blue C M Y K H S L
Decimal 220 4 141 0 0.98 0.36 0.14 321.94 0.96 0.44
Hex DC 4 8D 0 62 24 E 142 60 2C
Octal 334 4 215 0 142 44 16 502 140 54
Binary 11011100 100 10001101 0 1100010 100100 1110 101000010 1100000 101100

Color Harmonies of #DC048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC048D

Black with #DC048D

Text Example


Text Example

White with #DC048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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