Html Css Color HEX #DC1DD4 Deep Magenta

📋 copy color: '#DC1DD4'

red 220 ◦ green 29 ◦ blue 212

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

Shades of Deep Magenta #DC1DD4

Tints of Deep Magenta #DC1DD4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.29%

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

R = 47.72%
G = 6.29%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC1DD4 (or 0xDC1DD4) is known color: Deep Magenta. HEX triplet: DC, 1D and D4. RGB value is (220,29,212). Sum of RGB (Red+Green+Blue) = 220+29+212=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DD4 is #23E22B. Grayscale: #6A6A6A. Windows color (decimal): -2351660 or 13901276. OLE color: 13901276.

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

Color convert

RGB 220 29 212 -
CMYK 0 0.87 0.04 0.14
HSL 302.51º 0.77% 0.49% -
HSV(B) 302.51º 0.87% 0.86% -
XYZ 41.84 20.85 64.11 -
YUV 106.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 220 29 212 0 0.87 0.04 0.14 302.51 0.77 0.49
Hex DC 1D D4 0 57 4 E 12F 4D 31
Octal 334 35 324 0 127 4 16 457 115 61
Binary 11011100 11101 11010100 0 1010111 100 1110 100101111 1001101 110001

Color Harmonies of #DC1DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DD4

Black with #DC1DD4

Text Example


Text Example

White with #DC1DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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