Html Css Color HEX #DD1ADE Deep Magenta

📋 copy color: '#DD1ADE'

red 221 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #DD1ADE

Tints of Deep Magenta #DD1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.54%

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

R = 47.12%
G = 5.54%
B = 47.33%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD1ADE (or 0xDD1ADE) is known color: Deep Magenta. HEX triplet: DD, 1A and DE. RGB value is (221,26,222). Sum of RGB (Red+Green+Blue) = 221+26+222=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ADE is #22E521. Grayscale: #6A6A6A. Windows color (decimal): -2286882 or 14555869. OLE color: 14555869.

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

Color convert

RGB 221 26 222 -
CMYK 0.00 0.88 0 0.13
HSL 299.69º 0.79% 0.49% -
HSV(B) 299.69º 0.88% 0.87% -
XYZ 43.37 21.38 70.95 -
YUV 106.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 221 26 222 0.00 0.88 0 0.13 299.69 0.79 0.49
Hex DD 1A DE 0 58 0 D 12C 4F 31
Octal 335 32 336 0 130 0 15 454 117 61
Binary 11011101 11010 11011110 0 1011000 0 1101 100101100 1001111 110001

Color Harmonies of #DD1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ADE

Black with #DD1ADE

Text Example


Text Example

White with #DD1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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