Html Css Color HEX #DD05CC Deep Magenta

📋 copy color: '#DD05CC'

red 221 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #DD05CC

Tints of Deep Magenta #DD05CC

RGB

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

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

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

R = 51.4%
G = 1.16%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD05CC (or 0xDD05CC) is known color: Deep Magenta. HEX triplet: DD, 05 and CC. RGB value is (221,5,204). Sum of RGB (Red+Green+Blue) = 221+5+204=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05CC is #22FA33. Grayscale: #5B5B5B. Windows color (decimal): -2292276 or 13370845. OLE color: 13370845.

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

Color convert

RGB 221 5 204 -
CMYK 0 0.98 0.08 0.13
HSL 304.72º 0.96% 0.44% -
HSV(B) 304.72º 0.98% 0.87% -
XYZ 40.77 19.84 58.81 -
YUV 92.27 191.06 219.82 -
System Red Green Blue C M Y K H S L
Decimal 221 5 204 0 0.98 0.08 0.13 304.72 0.96 0.44
Hex DD 5 CC 0 62 8 D 131 60 2C
Octal 335 5 314 0 142 10 15 461 140 54
Binary 11011101 101 11001100 0 1100010 1000 1101 100110001 1100000 101100

Color Harmonies of #DD05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05CC

Black with #DD05CC

Text Example


Text Example

White with #DD05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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