Html Css Color HEX #DC04DD Deep Magenta

📋 copy color: '#DC04DD'

red 220 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #DC04DD

Tints of Deep Magenta #DC04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 49.44%
G = 0.9%
B = 49.66%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC04DD (or 0xDC04DD) is known color: Deep Magenta. HEX triplet: DC, 04 and DD. RGB value is (220,4,221). Sum of RGB (Red+Green+Blue) = 220+4+221=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04DD is #23FB22. Grayscale: #5C5C5C. Windows color (decimal): -2358051 or 14484700. OLE color: 14484700.

HSL color Cylindrical-coordinate representation of color #DC04DD: hue angle of 299.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04DD is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 4 221 -
CMYK 0.00 0.98 0 0.13
HSL 299.72º 0.96% 0.44% -
HSV(B) 299.72º 0.98% 0.87% -
XYZ 42.61 20.52 70.12 -
YUV 93.32 200.06 218.36 -
System Red Green Blue C M Y K H S L
Decimal 220 4 221 0.00 0.98 0 0.13 299.72 0.96 0.44
Hex DC 4 DD 0 62 0 D 12C 60 2C
Octal 334 4 335 0 142 0 15 454 140 54
Binary 11011100 100 11011101 0 1100010 0 1101 100101100 1100000 101100

Color Harmonies of #DC04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04DD

Black with #DC04DD

Text Example


Text Example

White with #DC04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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