Html Css Color HEX #DD23CE Deep Magenta

📋 copy color: '#DD23CE'

red 221 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #DD23CE

Tints of Deep Magenta #DD23CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 47.84%
G = 7.58%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD23CE (or 0xDD23CE) is known color: Deep Magenta. HEX triplet: DD, 23 and CE. RGB value is (221,35,206). Sum of RGB (Red+Green+Blue) = 221+35+206=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23CE is #22DC31. Grayscale: #6D6D6D. Windows color (decimal): -2284594 or 13509597. OLE color: 13509597.

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

Color convert

RGB 221 35 206 -
CMYK 0 0.84 0.07 0.13
HSL 304.84º 0.73% 0.5% -
HSV(B) 304.84º 0.84% 0.87% -
XYZ 41.56 21.03 60.26 -
YUV 110.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 221 35 206 0 0.84 0.07 0.13 304.84 0.73 0.5
Hex DD 23 CE 0 54 7 D 131 49 32
Octal 335 43 316 0 124 7 15 461 111 62
Binary 11011101 100011 11001110 0 1010100 111 1101 100110001 1001001 110010

Color Harmonies of #DD23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23CE

Black with #DD23CE

Text Example


Text Example

White with #DD23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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