Html Css Color HEX #DD18DD Deep Magenta

📋 copy color: '#DD18DD'

red 221 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #DD18DD

Tints of Deep Magenta #DD18DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.15%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 47.42%
G = 5.15%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD18DD (or 0xDD18DD) is known color: Deep Magenta. HEX triplet: DD, 18 and DD. RGB value is (221,24,221). Sum of RGB (Red+Green+Blue) = 221+24+221=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18DD is #22E722. Grayscale: #686868. Windows color (decimal): -2287395 or 14489821. OLE color: 14489821.

HSL color Cylindrical-coordinate representation of color #DD18DD: hue angle of 300º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD18DD is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 221 -
CMYK 0 0.89 0 0.13
HSL 300º 0.8% 0.48% -
HSV(B) 300º 0.89% 0.87% -
XYZ 43.2 21.25 70.23 -
YUV 105.36 193.27 210.48 -
System Red Green Blue C M Y K H S L
Decimal 221 24 221 0 0.89 0 0.13 300 0.8 0.48
Hex DD 18 DD 0 59 0 D 12C 50 30
Octal 335 30 335 0 131 0 15 454 120 60
Binary 11011101 11000 11011101 0 1011001 0 1101 100101100 1010000 110000

Color Harmonies of #DD18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18DD

Black with #DD18DD

Text Example


Text Example

White with #DD18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18DD; }

 p { color: rgb(221,24,221); }

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

background-color css

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

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

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

border-color css

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

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

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