Html Css Color HEX #DC10D7 Deep Magenta

📋 copy color: '#DC10D7'

red 220 ◦ green 16 ◦ blue 215

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

Shades of Deep Magenta #DC10D7

Tints of Deep Magenta #DC10D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.67%

R = 48.78%
G = 3.55%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC10D7 (or 0xDC10D7) is known color: Deep Magenta. HEX triplet: DC, 10 and D7. RGB value is (220,16,215). Sum of RGB (Red+Green+Blue) = 220+16+215=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10D7 is #23EF28. Grayscale: #636363. Windows color (decimal): -2354985 or 14094556. OLE color: 14094556.

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

Color convert

RGB 220 16 215 -
CMYK 0 0.93 0.02 0.14
HSL 301.47º 0.86% 0.46% -
HSV(B) 301.47º 0.93% 0.86% -
XYZ 41.97 20.49 66.03 -
YUV 99.68 193.09 213.82 -
System Red Green Blue C M Y K H S L
Decimal 220 16 215 0 0.93 0.02 0.14 301.47 0.86 0.46
Hex DC 10 D7 0 5D 2 E 12D 56 2E
Octal 334 20 327 0 135 2 16 455 126 56
Binary 11011100 10000 11010111 0 1011101 10 1110 100101101 1010110 101110

Color Harmonies of #DC10D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10D7

Black with #DC10D7

Text Example


Text Example

White with #DC10D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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