Html Css Color HEX #DD11DA Deep Magenta

📋 copy color: '#DD11DA'

red 221 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #DD11DA

Tints of Deep Magenta #DD11DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 48.46%
G = 3.73%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD11DA (or 0xDD11DA) is known color: Deep Magenta. HEX triplet: DD, 11 and DA. RGB value is (221,17,218). Sum of RGB (Red+Green+Blue) = 221+17+218=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11DA is #22EE25. Grayscale: #646464. Windows color (decimal): -2289190 or 14291421. OLE color: 14291421.

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

Color convert

RGB 221 17 218 -
CMYK 0 0.92 0.01 0.13
HSL 300.88º 0.86% 0.47% -
HSV(B) 300.88º 0.92% 0.87% -
XYZ 42.67 20.84 68.1 -
YUV 100.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 221 17 218 0 0.92 0.01 0.13 300.88 0.86 0.47
Hex DD 11 DA 0 5C 1 D 12D 56 2F
Octal 335 21 332 0 134 1 15 455 126 57
Binary 11011101 10001 11011010 0 1011100 1 1101 100101101 1010110 101111

Color Harmonies of #DD11DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11DA

Black with #DD11DA

Text Example


Text Example

White with #DD11DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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