Html Css Color HEX #DD11E0 Deep Magenta

📋 copy color: '#DD11E0'

red 221 ◦ green 17 ◦ blue 224

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

Shades of Deep Magenta #DD11E0

Tints of Deep Magenta #DD11E0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.68%

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 47.84%
G = 3.68%
B = 48.48%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD11E0 (or 0xDD11E0) is known color: Deep Magenta. HEX triplet: DD, 11 and E0. RGB value is (221,17,224). Sum of RGB (Red+Green+Blue) = 221+17+224=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD11E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11E0 is #22EE1F. Grayscale: #646464. Windows color (decimal): -2289184 or 14684637. OLE color: 14684637.

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

Color convert

RGB 221 17 224 -
CMYK 0.01 0.92 0 0.12
HSL 299.13º 0.86% 0.47% -
HSV(B) 299.13º 0.92% 0.88% -
XYZ 43.47 21.15 72.31 -
YUV 101.59 197.09 213.17 -
System Red Green Blue C M Y K H S L
Decimal 221 17 224 0.01 0.92 0 0.12 299.13 0.86 0.47
Hex DD 11 E0 1 5C 0 C 12B 56 2F
Octal 335 21 340 1 134 0 14 453 126 57
Binary 11011101 10001 11100000 1 1011100 0 1100 100101011 1010110 101111

Color Harmonies of #DD11E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11E0

Black with #DD11E0

Text Example


Text Example

White with #DD11E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11E0; }

 p { color: rgb(221,17,224); }

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

background-color css

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

 a { background-color: rgb(221,17,224); }

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

border-color css

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

 span { border-color: rgb(221,17,224); }

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