Html Css Color HEX #DD02DD Deep Magenta

📋 copy color: '#DD02DD'

red 221 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #DD02DD

Tints of Deep Magenta #DD02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 49.77%
G = 0.45%
B = 49.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD02DD (or 0xDD02DD) is known color: Deep Magenta. HEX triplet: DD, 02 and DD. RGB value is (221,2,221). Sum of RGB (Red+Green+Blue) = 221+2+221=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02DD is #22FD22. Grayscale: #5B5B5B. Windows color (decimal): -2293027 or 14484189. OLE color: 14484189.

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

Color convert

RGB 221 2 221 -
CMYK 0 0.99 0 0.13
HSL 300º 0.98% 0.44% -
HSV(B) 300º 0.99% 0.87% -
XYZ 42.89 20.64 70.13 -
YUV 92.45 200.55 219.69 -
System Red Green Blue C M Y K H S L
Decimal 221 2 221 0 0.99 0 0.13 300 0.98 0.44
Hex DD 2 DD 0 63 0 D 12C 62 2C
Octal 335 2 335 0 143 0 15 454 142 54
Binary 11011101 10 11011101 0 1100011 0 1101 100101100 1100010 101100

Color Harmonies of #DD02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02DD

Black with #DD02DD

Text Example


Text Example

White with #DD02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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