Html Css Color HEX #DC1ADD Deep Magenta

📋 copy color: '#DC1ADD'

red 220 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #DC1ADD

Tints of Deep Magenta #DC1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.57%

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

R = 47.11%
G = 5.57%
B = 47.32%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC1ADD (or 0xDC1ADD) is known color: Deep Magenta. HEX triplet: DC, 1A and DD. RGB value is (220,26,221). Sum of RGB (Red+Green+Blue) = 220+26+221=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ADD is #23E522. Grayscale: #696969. Windows color (decimal): -2352419 or 14490332. OLE color: 14490332.

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

Color convert

RGB 220 26 221 -
CMYK 0.00 0.88 0 0.13
HSL 299.69º 0.79% 0.48% -
HSV(B) 299.69º 0.88% 0.87% -
XYZ 42.94 21.17 70.23 -
YUV 106.24 192.77 209.14 -
System Red Green Blue C M Y K H S L
Decimal 220 26 221 0.00 0.88 0 0.13 299.69 0.79 0.48
Hex DC 1A DD 0 58 0 D 12C 4F 30
Octal 334 32 335 0 130 0 15 454 117 60
Binary 11011100 11010 11011101 0 1011000 0 1101 100101100 1001111 110000

Color Harmonies of #DC1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1ADD

Black with #DC1ADD

Text Example


Text Example

White with #DC1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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