Html Css Color HEX #DD01DB Deep Magenta

📋 copy color: '#DD01DB'

red 221 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #DD01DB

Tints of Deep Magenta #DD01DB

RGB

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

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

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

R = 50.11%
G = 0.23%
B = 49.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD01DB (or 0xDD01DB) is known color: Deep Magenta. HEX triplet: DD, 01 and DB. RGB value is (221,1,219). Sum of RGB (Red+Green+Blue) = 221+1+219=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01DB is #22FE24. Grayscale: #5A5A5A. Windows color (decimal): -2293285 or 14352861. OLE color: 14352861.

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

Color convert

RGB 221 1 219 -
CMYK 0 1.00 0.01 0.13
HSL 300.55º 0.99% 0.44% -
HSV(B) 300.55º 1% 0.87% -
XYZ 42.62 20.51 68.73 -
YUV 91.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 221 1 219 0 1.00 0.01 0.13 300.55 0.99 0.44
Hex DD 1 DB 0 64 1 D 12D 63 2C
Octal 335 1 333 0 144 1 15 455 143 54
Binary 11011101 1 11011011 0 1100100 1 1101 100101101 1100011 101100

Color Harmonies of #DD01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01DB

Black with #DD01DB

Text Example


Text Example

White with #DD01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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