Html Css Color HEX #DC04E0 Deep Magenta

📋 copy color: '#DC04E0'

red 220 ◦ green 4 ◦ blue 224

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

Shades of Deep Magenta #DC04E0

Tints of Deep Magenta #DC04E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50%

R = 49.11%
G = 0.89%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC04E0 (or 0xDC04E0) is known color: Deep Magenta. HEX triplet: DC, 04 and E0. RGB value is (220,4,224). Sum of RGB (Red+Green+Blue) = 220+4+224=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC04E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04E0 is #23FB1F. Grayscale: #5D5D5D. Windows color (decimal): -2358048 or 14681308. OLE color: 14681308.

HSL color Cylindrical-coordinate representation of color #DC04E0: hue angle of 298.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04E0 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 4 224 -
CMYK 0.02 0.98 0 0.12
HSL 298.91º 0.96% 0.45% -
HSV(B) 298.91º 0.98% 0.88% -
XYZ 43.01 20.68 72.25 -
YUV 93.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 220 4 224 0.02 0.98 0 0.12 298.91 0.96 0.45
Hex DC 4 E0 2 62 0 C 12B 60 2D
Octal 334 4 340 2 142 0 14 453 140 55
Binary 11011100 100 11100000 10 1100010 0 1100 100101011 1100000 101101

Color Harmonies of #DC04E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04E0

Black with #DC04E0

Text Example


Text Example

White with #DC04E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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