Html Css Color HEX #DD11DB Deep Magenta

📋 copy color: '#DD11DB'

red 221 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #DD11DB

Tints of Deep Magenta #DD11DB

RGB

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

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

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

R = 48.36%
G = 3.72%
B = 47.92%

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

#DD11DB (or 0xDD11DB) is known color: Deep Magenta. HEX triplet: DD, 11 and DB. RGB value is (221,17,219). Sum of RGB (Red+Green+Blue) = 221+17+219=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11DB is #22EE24. Grayscale: #646464. Windows color (decimal): -2289189 or 14356957. OLE color: 14356957.

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

Color convert

RGB 221 17 219 -
CMYK 0 0.92 0.01 0.13
HSL 300.59º 0.86% 0.47% -
HSV(B) 300.59º 0.92% 0.87% -
XYZ 42.81 20.89 68.79 -
YUV 101.02 194.59 213.57 -
System Red Green Blue C M Y K H S L
Decimal 221 17 219 0 0.92 0.01 0.13 300.59 0.86 0.47
Hex DD 11 DB 0 5C 1 D 12D 56 2F
Octal 335 21 333 0 134 1 15 455 126 57
Binary 11011101 10001 11011011 0 1011100 1 1101 100101101 1010110 101111

Color Harmonies of #DD11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11DB

Black with #DD11DB

Text Example


Text Example

White with #DD11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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