Html Css Color HEX #DD23D9 Deep Magenta

📋 copy color: '#DD23D9'

red 221 ◦ green 35 ◦ blue 217

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

Shades of Deep Magenta #DD23D9

Tints of Deep Magenta #DD23D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 46.72%
G = 7.4%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD23D9 (or 0xDD23D9) is known color: Deep Magenta. HEX triplet: DD, 23 and D9. RGB value is (221,35,217). Sum of RGB (Red+Green+Blue) = 221+35+217=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23D9 is #22DC26. Grayscale: #6E6E6E. Windows color (decimal): -2284583 or 14230493. OLE color: 14230493.

HSL color Cylindrical-coordinate representation of color #DD23D9: hue angle of 301.29º 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 #DD23D9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 217 -
CMYK 0 0.84 0.02 0.13
HSL 301.29º 0.73% 0.5% -
HSV(B) 301.29º 0.84% 0.87% -
XYZ 42.94 21.58 67.55 -
YUV 111.36 187.62 206.2 -
System Red Green Blue C M Y K H S L
Decimal 221 35 217 0 0.84 0.02 0.13 301.29 0.73 0.5
Hex DD 23 D9 0 54 2 D 12D 49 32
Octal 335 43 331 0 124 2 15 455 111 62
Binary 11011101 100011 11011001 0 1010100 10 1101 100101101 1001001 110010

Color Harmonies of #DD23D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23D9

Black with #DD23D9

Text Example


Text Example

White with #DD23D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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