Html Css Color HEX #DD00E1 Deep Magenta

📋 copy color: '#DD00E1'

red 221 ◦ green 0 ◦ blue 225

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

Shades of Deep Magenta #DD00E1

Tints of Deep Magenta #DD00E1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 225 (88.28% from 255) = 50.45%

R = 49.55%
G = 0%
B = 50.45%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD00E1 (or 0xDD00E1) is known color: Deep Magenta. HEX triplet: DD, 00 and E1. RGB value is (221,0,225). Sum of RGB (Red+Green+Blue) = 221+0+225=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD00E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00E1 is #22FF1E. Grayscale: #5B5B5B. Windows color (decimal): -2293535 or 14745821. OLE color: 14745821.

HSL color Cylindrical-coordinate representation of color #DD00E1: hue angle of 298.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00E1 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 0 225 -
CMYK 0.02 1 0 0.12
HSL 298.93º 1% 0.44% -
HSV(B) 298.93º 1% 0.88% -
XYZ 43.41 20.81 72.96 -
YUV 91.73 203.22 220.2 -
System Red Green Blue C M Y K H S L
Decimal 221 0 225 0.02 1 0 0.12 298.93 1 0.44
Hex DD 0 E1 2 64 0 C 12B 64 2C
Octal 335 0 341 2 144 0 14 453 144 54
Binary 11011101 0 11100001 10 1100100 0 1100 100101011 1100100 101100

Color Harmonies of #DD00E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00E1

Black with #DD00E1

Text Example


Text Example

White with #DD00E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00E1; }

 p { color: rgb(221,0,225); }

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

background-color css

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

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

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

border-color css

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

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

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