Html Css Color HEX #DC1EC9 Deep Magenta

📋 copy color: '#DC1EC9'

red 220 ◦ green 30 ◦ blue 201

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

Shades of Deep Magenta #DC1EC9

Tints of Deep Magenta #DC1EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.65%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 48.78%
G = 6.65%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC1EC9 (or 0xDC1EC9) is known color: Deep Magenta. HEX triplet: DC, 1E and C9. RGB value is (220,30,201). Sum of RGB (Red+Green+Blue) = 220+30+201=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EC9 is #23E136. Grayscale: #696969. Windows color (decimal): -2351415 or 13180636. OLE color: 13180636.

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

Color convert

RGB 220 30 201 -
CMYK 0 0.86 0.09 0.14
HSL 306º 0.76% 0.49% -
HSV(B) 306º 0.86% 0.86% -
XYZ 40.52 20.36 57.05 -
YUV 106.3 181.45 209.1 -
System Red Green Blue C M Y K H S L
Decimal 220 30 201 0 0.86 0.09 0.14 306 0.76 0.49
Hex DC 1E C9 0 56 9 E 132 4C 31
Octal 334 36 311 0 126 11 16 462 114 61
Binary 11011100 11110 11001001 0 1010110 1001 1110 100110010 1001100 110001

Color Harmonies of #DC1EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1EC9

Black with #DC1EC9

Text Example


Text Example

White with #DC1EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1EC9; }

 p { color: rgb(220,30,201); }

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

background-color css

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

 a { background-color: rgb(220,30,201); }

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

border-color css

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

 span { border-color: rgb(220,30,201); }

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