Html Css Color HEX #DD23DF Deep Magenta

📋 copy color: '#DD23DF'

red 221 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #DD23DF

Tints of Deep Magenta #DD23DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 46.14%
G = 7.31%
B = 46.56%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD23DF (or 0xDD23DF) is known color: Deep Magenta. HEX triplet: DD, 23 and DF. RGB value is (221,35,223). Sum of RGB (Red+Green+Blue) = 221+35+223=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23DF is #22DC20. Grayscale: #6F6F6F. Windows color (decimal): -2284577 or 14623709. OLE color: 14623709.

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

Color convert

RGB 221 35 223 -
CMYK 0.01 0.84 0 0.13
HSL 299.36º 0.75% 0.51% -
HSV(B) 299.36º 0.84% 0.87% -
XYZ 43.74 21.9 71.73 -
YUV 112.05 190.62 205.71 -
System Red Green Blue C M Y K H S L
Decimal 221 35 223 0.01 0.84 0 0.13 299.36 0.75 0.51
Hex DD 23 DF 1 54 0 D 12B 4B 33
Octal 335 43 337 1 124 0 15 453 113 63
Binary 11011101 100011 11011111 1 1010100 0 1101 100101011 1001011 110011

Color Harmonies of #DD23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23DF

Black with #DD23DF

Text Example


Text Example

White with #DD23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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