Html Css Color HEX #DD00DE Deep Magenta

📋 copy color: '#DD00DE'

red 221 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #DD00DE

Tints of Deep Magenta #DD00DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 49.89%
G = 0%
B = 50.11%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD00DE (or 0xDD00DE) is known color: Deep Magenta. HEX triplet: DD, 00 and DE. RGB value is (221,0,222). Sum of RGB (Red+Green+Blue) = 221+0+222=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00DE is #22FF21. Grayscale: #5A5A5A. Windows color (decimal): -2293538 or 14549213. OLE color: 14549213.

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

Color convert

RGB 221 0 222 -
CMYK 0.00 1 0 0.13
HSL 299.73º 1% 0.44% -
HSV(B) 299.73º 1% 0.87% -
XYZ 43 20.65 70.83 -
YUV 91.39 201.72 220.45 -
System Red Green Blue C M Y K H S L
Decimal 221 0 222 0.00 1 0 0.13 299.73 1 0.44
Hex DD 0 DE 0 64 0 D 12C 64 2C
Octal 335 0 336 0 144 0 15 454 144 54
Binary 11011101 0 11011110 0 1100100 0 1101 100101100 1100100 101100

Color Harmonies of #DD00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00DE

Black with #DD00DE

Text Example


Text Example

White with #DD00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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