Html Css Color HEX #DC10DF Deep Magenta

📋 copy color: '#DC10DF'

red 220 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #DC10DF

Tints of Deep Magenta #DC10DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 47.93%
G = 3.49%
B = 48.58%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC10DF (or 0xDC10DF) is known color: Deep Magenta. HEX triplet: DC, 10 and DF. RGB value is (220,16,223). Sum of RGB (Red+Green+Blue) = 220+16+223=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10DF is #23EF20. Grayscale: #636363. Windows color (decimal): -2354977 or 14618844. OLE color: 14618844.

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

Color convert

RGB 220 16 223 -
CMYK 0.01 0.93 0 0.13
HSL 299.13º 0.87% 0.47% -
HSV(B) 299.13º 0.93% 0.87% -
XYZ 43.02 20.91 71.58 -
YUV 100.59 197.09 213.17 -
System Red Green Blue C M Y K H S L
Decimal 220 16 223 0.01 0.93 0 0.13 299.13 0.87 0.47
Hex DC 10 DF 1 5D 0 D 12B 57 2F
Octal 334 20 337 1 135 0 15 453 127 57
Binary 11011100 10000 11011111 1 1011101 0 1101 100101011 1010111 101111

Color Harmonies of #DC10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10DF

Black with #DC10DF

Text Example


Text Example

White with #DC10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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