Html Css Color HEX #DD10DC Deep Magenta

📋 copy color: '#DD10DC'

red 221 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #DD10DC

Tints of Deep Magenta #DD10DC

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 48.36%
G = 3.5%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD10DC (or 0xDD10DC) is known color: Deep Magenta. HEX triplet: DD, 10 and DC. RGB value is (221,16,220). Sum of RGB (Red+Green+Blue) = 221+16+220=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10DC is #22EF23. Grayscale: #636363. Windows color (decimal): -2289444 or 14422237. OLE color: 14422237.

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

Color convert

RGB 221 16 220 -
CMYK 0 0.93 0.00 0.13
HSL 300.29º 0.86% 0.46% -
HSV(B) 300.29º 0.93% 0.87% -
XYZ 42.92 20.91 69.48 -
YUV 100.55 195.42 213.91 -
System Red Green Blue C M Y K H S L
Decimal 221 16 220 0 0.93 0.00 0.13 300.29 0.86 0.46
Hex DD 10 DC 0 5D 0 D 12C 56 2E
Octal 335 20 334 0 135 0 15 454 126 56
Binary 11011101 10000 11011100 0 1011101 0 1101 100101100 1010110 101110

Color Harmonies of #DD10DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10DC

Black with #DD10DC

Text Example


Text Example

White with #DD10DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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