Html Css Color HEX #DD1DDE Deep Magenta

📋 copy color: '#DD1DDE'

red 221 ◦ green 29 ◦ blue 222

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

Shades of Deep Magenta #DD1DDE

Tints of Deep Magenta #DD1DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.14%

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

R = 46.82%
G = 6.14%
B = 47.03%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD1DDE (or 0xDD1DDE) is known color: Deep Magenta. HEX triplet: DD, 1D and DE. RGB value is (221,29,222). Sum of RGB (Red+Green+Blue) = 221+29+222=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD1DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DDE is #22E221. Grayscale: #6B6B6B. Windows color (decimal): -2286114 or 14556637. OLE color: 14556637.

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

Color convert

RGB 221 29 222 -
CMYK 0.00 0.87 0 0.13
HSL 299.69º 0.77% 0.49% -
HSV(B) 299.69º 0.87% 0.87% -
XYZ 43.44 21.52 70.97 -
YUV 108.41 192.11 208.31 -
System Red Green Blue C M Y K H S L
Decimal 221 29 222 0.00 0.87 0 0.13 299.69 0.77 0.49
Hex DD 1D DE 0 57 0 D 12C 4D 31
Octal 335 35 336 0 127 0 15 454 115 61
Binary 11011101 11101 11011110 0 1010111 0 1101 100101100 1001101 110001

Color Harmonies of #DD1DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DDE

Black with #DD1DDE

Text Example


Text Example

White with #DD1DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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