Html Css Color HEX #DD02DA Deep Magenta

📋 copy color: '#DD02DA'

red 221 ◦ green 2 ◦ blue 218

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

Shades of Deep Magenta #DD02DA

Tints of Deep Magenta #DD02DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 50.11%
G = 0.45%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD02DA (or 0xDD02DA) is known color: Deep Magenta. HEX triplet: DD, 02 and DA. RGB value is (221,2,218). Sum of RGB (Red+Green+Blue) = 221+2+218=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02DA is #22FD25. Grayscale: #5B5B5B. Windows color (decimal): -2293030 or 14287581. OLE color: 14287581.

HSL color Cylindrical-coordinate representation of color #DD02DA: hue angle of 300.82º 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 #DD02DA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 218 -
CMYK 0 0.99 0.01 0.13
HSL 300.82º 0.98% 0.44% -
HSV(B) 300.82º 0.99% 0.87% -
XYZ 42.5 20.48 68.04 -
YUV 92.11 199.05 219.94 -
System Red Green Blue C M Y K H S L
Decimal 221 2 218 0 0.99 0.01 0.13 300.82 0.98 0.44
Hex DD 2 DA 0 63 1 D 12D 62 2C
Octal 335 2 332 0 143 1 15 455 142 54
Binary 11011101 10 11011010 0 1100011 1 1101 100101101 1100010 101100

Color Harmonies of #DD02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02DA

Black with #DD02DA

Text Example


Text Example

White with #DD02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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