Html Css Color HEX #DD1EDD Deep Magenta

📋 copy color: '#DD1EDD'

red 221 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #DD1EDD

Tints of Deep Magenta #DD1EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.36%

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

R = 46.82%
G = 6.36%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD1EDD (or 0xDD1EDD) is known color: Deep Magenta. HEX triplet: DD, 1E and DD. RGB value is (221,30,221). Sum of RGB (Red+Green+Blue) = 221+30+221=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EDD is #22E122. Grayscale: #6C6C6C. Windows color (decimal): -2285859 or 14491357. OLE color: 14491357.

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

Color convert

RGB 221 30 221 -
CMYK 0 0.86 0 0.13
HSL 300º 0.76% 0.49% -
HSV(B) 300º 0.86% 0.87% -
XYZ 43.33 21.52 70.28 -
YUV 108.88 191.28 207.97 -
System Red Green Blue C M Y K H S L
Decimal 221 30 221 0 0.86 0 0.13 300 0.76 0.49
Hex DD 1E DD 0 56 0 D 12C 4C 31
Octal 335 36 335 0 126 0 15 454 114 61
Binary 11011101 11110 11011101 0 1010110 0 1101 100101100 1001100 110001

Color Harmonies of #DD1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EDD

Black with #DD1EDD

Text Example


Text Example

White with #DD1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EDD; }

 p { color: rgb(221,30,221); }

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

background-color css

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

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

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

border-color css

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

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

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