Html Css Color HEX #DC1DDA Deep Magenta

📋 copy color: '#DC1DDA'

red 220 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #DC1DDA

Tints of Deep Magenta #DC1DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 47.11%
G = 6.21%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC1DDA (or 0xDC1DDA) is known color: Deep Magenta. HEX triplet: DC, 1D and DA. RGB value is (220,29,218). Sum of RGB (Red+Green+Blue) = 220+29+218=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DDA is #23E225. Grayscale: #6B6B6B. Windows color (decimal): -2351654 or 14294492. OLE color: 14294492.

HSL color Cylindrical-coordinate representation of color #DC1DDA: hue angle of 300.63º 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 #DC1DDA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 29 218 -
CMYK 0 0.87 0.01 0.14
HSL 300.63º 0.77% 0.49% -
HSV(B) 300.63º 0.87% 0.86% -
XYZ 42.61 21.16 68.17 -
YUV 107.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 220 29 218 0 0.87 0.01 0.14 300.63 0.77 0.49
Hex DC 1D DA 0 57 1 E 12D 4D 31
Octal 334 35 332 0 127 1 16 455 115 61
Binary 11011100 11101 11011010 0 1010111 1 1110 100101101 1001101 110001

Color Harmonies of #DC1DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DDA

Black with #DC1DDA

Text Example


Text Example

White with #DC1DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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