Html Css Color HEX #DD01DD Deep Magenta

📋 copy color: '#DD01DD'

red 221 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #DD01DD

Tints of Deep Magenta #DD01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 49.89%
G = 0.23%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD01DD (or 0xDD01DD) is known color: Deep Magenta. HEX triplet: DD, 01 and DD. RGB value is (221,1,221). Sum of RGB (Red+Green+Blue) = 221+1+221=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01DD is #22FE22. Grayscale: #5B5B5B. Windows color (decimal): -2293283 or 14483933. OLE color: 14483933.

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

Color convert

RGB 221 1 221 -
CMYK 0 1.00 0 0.13
HSL 300º 0.99% 0.44% -
HSV(B) 300º 1% 0.87% -
XYZ 42.88 20.61 70.13 -
YUV 91.86 200.89 220.11 -
System Red Green Blue C M Y K H S L
Decimal 221 1 221 0 1.00 0 0.13 300 0.99 0.44
Hex DD 1 DD 0 64 0 D 12C 63 2C
Octal 335 1 335 0 144 0 15 454 143 54
Binary 11011101 1 11011101 0 1100100 0 1101 100101100 1100011 101100

Color Harmonies of #DD01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01DD

Black with #DD01DD

Text Example


Text Example

White with #DD01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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