Html Css Color HEX #DD12DD Deep Magenta

📋 copy color: '#DD12DD'

red 221 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #DD12DD

Tints of Deep Magenta #DD12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.91%

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

R = 48.04%
G = 3.91%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD12DD (or 0xDD12DD) is known color: Deep Magenta. HEX triplet: DD, 12 and DD. RGB value is (221,18,221). Sum of RGB (Red+Green+Blue) = 221+18+221=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12DD is #22ED22. Grayscale: #656565. Windows color (decimal): -2288931 or 14488285. OLE color: 14488285.

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

Color convert

RGB 221 18 221 -
CMYK 0 0.92 0 0.13
HSL 300º 0.85% 0.47% -
HSV(B) 300º 0.92% 0.87% -
XYZ 43.09 21.03 70.19 -
YUV 101.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 221 18 221 0 0.92 0 0.13 300 0.85 0.47
Hex DD 12 DD 0 5C 0 D 12C 55 2F
Octal 335 22 335 0 134 0 15 454 125 57
Binary 11011101 10010 11011101 0 1011100 0 1101 100101100 1010101 101111

Color Harmonies of #DD12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12DD

Black with #DD12DD

Text Example


Text Example

White with #DD12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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