Html Css Color HEX #DD02DB Deep Magenta

📋 copy color: '#DD02DB'

red 221 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #DD02DB

Tints of Deep Magenta #DD02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 50%
G = 0.45%
B = 49.55%

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

#DD02DB (or 0xDD02DB) is known color: Deep Magenta. HEX triplet: DD, 02 and DB. RGB value is (221,2,219). Sum of RGB (Red+Green+Blue) = 221+2+219=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02DB is #22FD24. Grayscale: #5B5B5B. Windows color (decimal): -2293029 or 14353117. OLE color: 14353117.

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

Color convert

RGB 221 2 219 -
CMYK 0 0.99 0.01 0.13
HSL 300.55º 0.98% 0.44% -
HSV(B) 300.55º 0.99% 0.87% -
XYZ 42.63 20.53 68.73 -
YUV 92.22 199.55 219.86 -
System Red Green Blue C M Y K H S L
Decimal 221 2 219 0 0.99 0.01 0.13 300.55 0.98 0.44
Hex DD 2 DB 0 63 1 D 12D 62 2C
Octal 335 2 333 0 143 1 15 455 142 54
Binary 11011101 10 11011011 0 1100011 1 1101 100101101 1100010 101100

Color Harmonies of #DD02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02DB

Black with #DD02DB

Text Example


Text Example

White with #DD02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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