Html Css Color HEX #DC1CDD Deep Magenta

📋 copy color: '#DC1CDD'

red 220 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #DC1CDD

Tints of Deep Magenta #DC1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.97%

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

R = 46.91%
G = 5.97%
B = 47.12%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC1CDD (or 0xDC1CDD) is known color: Deep Magenta. HEX triplet: DC, 1C and DD. RGB value is (220,28,221). Sum of RGB (Red+Green+Blue) = 220+28+221=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CDD is #23E322. Grayscale: #6A6A6A. Windows color (decimal): -2351907 or 14490844. OLE color: 14490844.

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

Color convert

RGB 220 28 221 -
CMYK 0.00 0.87 0 0.13
HSL 299.69º 0.78% 0.49% -
HSV(B) 299.69º 0.87% 0.87% -
XYZ 42.98 21.27 70.25 -
YUV 107.41 192.11 208.31 -
System Red Green Blue C M Y K H S L
Decimal 220 28 221 0.00 0.87 0 0.13 299.69 0.78 0.49
Hex DC 1C DD 0 57 0 D 12C 4E 31
Octal 334 34 335 0 127 0 15 454 116 61
Binary 11011100 11100 11011101 0 1010111 0 1101 100101100 1001110 110001

Color Harmonies of #DC1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CDD

Black with #DC1CDD

Text Example


Text Example

White with #DC1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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