Html Css Color HEX #DC10DB Deep Magenta

📋 copy color: '#DC10DB'

red 220 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #DC10DB

Tints of Deep Magenta #DC10DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 48.35%
G = 3.52%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC10DB (or 0xDC10DB) is known color: Deep Magenta. HEX triplet: DC, 10 and DB. RGB value is (220,16,219). Sum of RGB (Red+Green+Blue) = 220+16+219=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10DB is #23EF24. Grayscale: #636363. Windows color (decimal): -2354981 or 14356700. OLE color: 14356700.

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

Color convert

RGB 220 16 219 -
CMYK 0 0.93 0.00 0.14
HSL 300.29º 0.86% 0.46% -
HSV(B) 300.29º 0.93% 0.86% -
XYZ 42.49 20.7 68.77 -
YUV 100.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 220 16 219 0 0.93 0.00 0.14 300.29 0.86 0.46
Hex DC 10 DB 0 5D 0 E 12C 56 2E
Octal 334 20 333 0 135 0 16 454 126 56
Binary 11011100 10000 11011011 0 1011101 0 1110 100101100 1010110 101110

Color Harmonies of #DC10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10DB

Black with #DC10DB

Text Example


Text Example

White with #DC10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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