Html Css Color HEX #DC048A Medium Violet Red

📋 copy color: '#DC048A'

red 220 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #DC048A

Tints of Medium Violet Red #DC048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 60.77%
G = 1.1%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC048A (or 0xDC048A) is known color: Medium Violet Red. HEX triplet: DC, 04 and 8A. RGB value is (220,4,138). Sum of RGB (Red+Green+Blue) = 220+4+138=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC048A is #23FB75. Grayscale: #535353. Windows color (decimal): -2358134 or 9045212. OLE color: 9045212.

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

Color convert

RGB 220 4 138 -
CMYK 0 0.98 0.37 0.14
HSL 322.78º 0.96% 0.44% -
HSV(B) 322.78º 0.98% 0.86% -
XYZ 34.15 17.14 25.55 -
YUV 83.86 158.56 225.1 -
System Red Green Blue C M Y K H S L
Decimal 220 4 138 0 0.98 0.37 0.14 322.78 0.96 0.44
Hex DC 4 8A 0 62 25 E 143 60 2C
Octal 334 4 212 0 142 45 16 503 140 54
Binary 11011100 100 10001010 0 1100010 100101 1110 101000011 1100000 101100

Color Harmonies of #DC048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC048A

Black with #DC048A

Text Example


Text Example

White with #DC048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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