Html Css Color HEX #DD10CE Deep Magenta

📋 copy color: '#DD10CE'

red 221 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #DD10CE

Tints of Deep Magenta #DD10CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 49.89%
G = 3.61%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD10CE (or 0xDD10CE) is known color: Deep Magenta. HEX triplet: DD, 10 and CE. RGB value is (221,16,206). Sum of RGB (Red+Green+Blue) = 221+16+206=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10CE is #22EF31. Grayscale: #626262. Windows color (decimal): -2289458 or 13504733. OLE color: 13504733.

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

Color convert

RGB 221 16 206 -
CMYK 0 0.93 0.07 0.13
HSL 304.39º 0.86% 0.46% -
HSV(B) 304.39º 0.93% 0.87% -
XYZ 41.14 20.2 60.12 -
YUV 98.96 188.42 215.05 -
System Red Green Blue C M Y K H S L
Decimal 221 16 206 0 0.93 0.07 0.13 304.39 0.86 0.46
Hex DD 10 CE 0 5D 7 D 130 56 2E
Octal 335 20 316 0 135 7 15 460 126 56
Binary 11011101 10000 11001110 0 1011101 111 1101 100110000 1010110 101110

Color Harmonies of #DD10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10CE

Black with #DD10CE

Text Example


Text Example

White with #DD10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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