Html Css Color HEX #DD25DC Deep Magenta

📋 copy color: '#DD25DC'

red 221 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #DD25DC

Tints of Deep Magenta #DD25DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.74%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 46.23%
G = 7.74%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD25DC (or 0xDD25DC) is known color: Deep Magenta. HEX triplet: DD, 25 and DC. RGB value is (221,37,220). Sum of RGB (Red+Green+Blue) = 221+37+220=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25DC is #22DA23. Grayscale: #707070. Windows color (decimal): -2284068 or 14427613. OLE color: 14427613.

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

Color convert

RGB 221 37 220 -
CMYK 0 0.83 0.00 0.13
HSL 300.33º 0.73% 0.51% -
HSV(B) 300.33º 0.83% 0.87% -
XYZ 43.4 21.86 69.64 -
YUV 112.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 221 37 220 0 0.83 0.00 0.13 300.33 0.73 0.51
Hex DD 25 DC 0 53 0 D 12C 49 33
Octal 335 45 334 0 123 0 15 454 111 63
Binary 11011101 100101 11011100 0 1010011 0 1101 100101100 1001001 110011

Color Harmonies of #DD25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25DC

Black with #DD25DC

Text Example


Text Example

White with #DD25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25DC; }

 p { color: rgb(221,37,220); }

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

background-color css

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

 a { background-color: rgb(221,37,220); }

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

border-color css

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

 span { border-color: rgb(221,37,220); }

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