Html Css Color HEX #DD05DD Deep Magenta

📋 copy color: '#DD05DD'

red 221 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #DD05DD

Tints of Deep Magenta #DD05DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 49.44%
G = 1.12%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD05DD (or 0xDD05DD) is known color: Deep Magenta. HEX triplet: DD, 05 and DD. RGB value is (221,5,221). Sum of RGB (Red+Green+Blue) = 221+5+221=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05DD is #22FA22. Grayscale: #5D5D5D. Windows color (decimal): -2292259 or 14484957. OLE color: 14484957.

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

Color convert

RGB 221 5 221 -
CMYK 0 0.98 0 0.13
HSL 300º 0.96% 0.44% -
HSV(B) 300º 0.98% 0.87% -
XYZ 42.92 20.7 70.14 -
YUV 94.21 199.56 218.44 -
System Red Green Blue C M Y K H S L
Decimal 221 5 221 0 0.98 0 0.13 300 0.96 0.44
Hex DD 5 DD 0 62 0 D 12C 60 2C
Octal 335 5 335 0 142 0 15 454 140 54
Binary 11011101 101 11011101 0 1100010 0 1101 100101100 1100000 101100

Color Harmonies of #DD05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05DD

Black with #DD05DD

Text Example


Text Example

White with #DD05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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