Html Css Color HEX #DD06DD Deep Magenta

📋 copy color: '#DD06DD'

red 221 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #DD06DD

Tints of Deep Magenta #DD06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.34%

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

R = 49.33%
G = 1.34%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD06DD (or 0xDD06DD) is known color: Deep Magenta. HEX triplet: DD, 06 and DD. RGB value is (221,6,221). Sum of RGB (Red+Green+Blue) = 221+6+221=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06DD is #22F922. Grayscale: #5E5E5E. Windows color (decimal): -2292003 or 14485213. OLE color: 14485213.

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

Color convert

RGB 221 6 221 -
CMYK 0 0.97 0 0.13
HSL 300º 0.95% 0.45% -
HSV(B) 300º 0.97% 0.87% -
XYZ 42.94 20.72 70.14 -
YUV 94.8 199.23 218.02 -
System Red Green Blue C M Y K H S L
Decimal 221 6 221 0 0.97 0 0.13 300 0.95 0.45
Hex DD 6 DD 0 61 0 D 12C 5F 2D
Octal 335 6 335 0 141 0 15 454 137 55
Binary 11011101 110 11011101 0 1100001 0 1101 100101100 1011111 101101

Color Harmonies of #DD06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06DD

Black with #DD06DD

Text Example


Text Example

White with #DD06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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