Html Css Color HEX #DC10D5 Deep Magenta

📋 copy color: '#DC10D5'

red 220 ◦ green 16 ◦ blue 213

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

Shades of Deep Magenta #DC10D5

Tints of Deep Magenta #DC10D5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.56%

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 49%
G = 3.56%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC10D5 (or 0xDC10D5) is known color: Deep Magenta. HEX triplet: DC, 10 and D5. RGB value is (220,16,213). Sum of RGB (Red+Green+Blue) = 220+16+213=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10D5 is #23EF2A. Grayscale: #626262. Windows color (decimal): -2354987 or 13963484. OLE color: 13963484.

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

Color convert

RGB 220 16 213 -
CMYK 0 0.93 0.03 0.14
HSL 302.06º 0.86% 0.46% -
HSV(B) 302.06º 0.93% 0.86% -
XYZ 41.71 20.39 64.69 -
YUV 99.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 220 16 213 0 0.93 0.03 0.14 302.06 0.86 0.46
Hex DC 10 D5 0 5D 3 E 12E 56 2E
Octal 334 20 325 0 135 3 16 456 126 56
Binary 11011100 10000 11010101 0 1011101 11 1110 100101110 1010110 101110

Color Harmonies of #DC10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10D5

Black with #DC10D5

Text Example


Text Example

White with #DC10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10D5; }

 p { color: rgb(220,16,213); }

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

background-color css

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

 a { background-color: rgb(220,16,213); }

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

border-color css

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

 span { border-color: rgb(220,16,213); }

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