Html Css Color HEX #DD23CC Deep Magenta

📋 copy color: '#DD23CC'

red 221 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #DD23CC

Tints of Deep Magenta #DD23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 48.04%
G = 7.61%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD23CC (or 0xDD23CC) is known color: Deep Magenta. HEX triplet: DD, 23 and CC. RGB value is (221,35,204). Sum of RGB (Red+Green+Blue) = 221+35+204=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23CC is #22DC33. Grayscale: #6D6D6D. Windows color (decimal): -2284596 or 13378525. OLE color: 13378525.

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

Color convert

RGB 221 35 204 -
CMYK 0 0.84 0.08 0.13
HSL 305.48º 0.73% 0.5% -
HSV(B) 305.48º 0.84% 0.87% -
XYZ 41.32 20.93 58.99 -
YUV 109.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 221 35 204 0 0.84 0.08 0.13 305.48 0.73 0.5
Hex DD 23 CC 0 54 8 D 131 49 32
Octal 335 43 314 0 124 10 15 461 111 62
Binary 11011101 100011 11001100 0 1010100 1000 1101 100110001 1001001 110010

Color Harmonies of #DD23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23CC

Black with #DD23CC

Text Example


Text Example

White with #DD23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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