Html Css Color HEX #DC1AD4 Deep Magenta

📋 copy color: '#DC1AD4'

red 220 ◦ green 26 ◦ blue 212

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

Shades of Deep Magenta #DC1AD4

Tints of Deep Magenta #DC1AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.29%

R = 48.03%
G = 5.68%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC1AD4 (or 0xDC1AD4) is known color: Deep Magenta. HEX triplet: DC, 1A and D4. RGB value is (220,26,212). Sum of RGB (Red+Green+Blue) = 220+26+212=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1AD4 is #23E52B. Grayscale: #686868. Windows color (decimal): -2352428 or 13900508. OLE color: 13900508.

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

Color convert

RGB 220 26 212 -
CMYK 0 0.88 0.04 0.14
HSL 302.47º 0.79% 0.48% -
HSV(B) 302.47º 0.88% 0.86% -
XYZ 41.77 20.71 64.08 -
YUV 105.21 188.27 209.88 -
System Red Green Blue C M Y K H S L
Decimal 220 26 212 0 0.88 0.04 0.14 302.47 0.79 0.48
Hex DC 1A D4 0 58 4 E 12E 4F 30
Octal 334 32 324 0 130 4 16 456 117 60
Binary 11011100 11010 11010100 0 1011000 100 1110 100101110 1001111 110000

Color Harmonies of #DC1AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1AD4

Black with #DC1AD4

Text Example


Text Example

White with #DC1AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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