Html Css Color HEX #DD17E2 Deep Magenta

📋 copy color: '#DD17E2'

red 221 ◦ green 23 ◦ blue 226

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

Shades of Deep Magenta #DD17E2

Tints of Deep Magenta #DD17E2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.89%

 BLUE value IS 226 (88.67% from 255) = 48.09%

R = 47.02%
G = 4.89%
B = 48.09%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD17E2 (or 0xDD17E2) is known color: Deep Magenta. HEX triplet: DD, 17 and E2. RGB value is (221,23,226). Sum of RGB (Red+Green+Blue) = 221+23+226=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD17E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17E2 is #22E81D. Grayscale: #686868. Windows color (decimal): -2287646 or 14817245. OLE color: 14817245.

HSL color Cylindrical-coordinate representation of color #DD17E2: hue angle of 298.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17E2 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 23 226 -
CMYK 0.02 0.90 0 0.11
HSL 298.52º 0.82% 0.49% -
HSV(B) 298.52º 0.9% 0.89% -
XYZ 43.85 21.48 73.79 -
YUV 105.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 221 23 226 0.02 0.90 0 0.11 298.52 0.82 0.49
Hex DD 17 E2 2 5A 0 B 12B 52 31
Octal 335 27 342 2 132 0 13 453 122 61
Binary 11011101 10111 11100010 10 1011010 0 1011 100101011 1010010 110001

Color Harmonies of #DD17E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17E2

Black with #DD17E2

Text Example


Text Example

White with #DD17E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17E2; }

 p { color: rgb(221,23,226); }

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

background-color css

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

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

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

border-color css

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

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

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