Html Css Color HEX #DD05CE Deep Magenta

📋 copy color: '#DD05CE'

red 221 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #DD05CE

Tints of Deep Magenta #DD05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

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

R = 51.16%
G = 1.16%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD05CE (or 0xDD05CE) is known color: Deep Magenta. HEX triplet: DD, 05 and CE. RGB value is (221,5,206). Sum of RGB (Red+Green+Blue) = 221+5+206=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05CE is #22FA31. Grayscale: #5B5B5B. Windows color (decimal): -2292274 or 13501917. OLE color: 13501917.

HSL color Cylindrical-coordinate representation of color #DD05CE: hue angle of 304.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05CE is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 206 -
CMYK 0 0.98 0.07 0.13
HSL 304.17º 0.96% 0.44% -
HSV(B) 304.17º 0.98% 0.87% -
XYZ 41.01 19.94 60.08 -
YUV 92.5 192.06 219.66 -
System Red Green Blue C M Y K H S L
Decimal 221 5 206 0 0.98 0.07 0.13 304.17 0.96 0.44
Hex DD 5 CE 0 62 7 D 130 60 2C
Octal 335 5 316 0 142 7 15 460 140 54
Binary 11011101 101 11001110 0 1100010 111 1101 100110000 1100000 101100

Color Harmonies of #DD05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05CE

Black with #DD05CE

Text Example


Text Example

White with #DD05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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