Html Css Color HEX #DD23D6 Deep Magenta

📋 copy color: '#DD23D6'

red 221 ◦ green 35 ◦ blue 214

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

Shades of Deep Magenta #DD23D6

Tints of Deep Magenta #DD23D6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.45%

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 47.02%
G = 7.45%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD23D6 (or 0xDD23D6) is known color: Deep Magenta. HEX triplet: DD, 23 and D6. RGB value is (221,35,214). Sum of RGB (Red+Green+Blue) = 221+35+214=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23D6 is #22DC29. Grayscale: #6E6E6E. Windows color (decimal): -2284586 or 14033885. OLE color: 14033885.

HSL color Cylindrical-coordinate representation of color #DD23D6: hue angle of 302.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD23D6 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 214 -
CMYK 0 0.84 0.03 0.13
HSL 302.26º 0.73% 0.5% -
HSV(B) 302.26º 0.84% 0.87% -
XYZ 42.56 21.43 65.51 -
YUV 111.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 221 35 214 0 0.84 0.03 0.13 302.26 0.73 0.5
Hex DD 23 D6 0 54 3 D 12E 49 32
Octal 335 43 326 0 124 3 15 456 111 62
Binary 11011101 100011 11010110 0 1010100 11 1101 100101110 1001001 110010

Color Harmonies of #DD23D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23D6

Black with #DD23D6

Text Example


Text Example

White with #DD23D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23D6; }

 p { color: rgb(221,35,214); }

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

background-color css

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

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

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

border-color css

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

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

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