Html Css Color HEX #DD00CC Deep Magenta

📋 copy color: '#DD00CC'

red 221 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #DD00CC

Tints of Deep Magenta #DD00CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52%
G = 0%
B = 48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD00CC (or 0xDD00CC) is known color: Deep Magenta. HEX triplet: DD, 00 and CC. RGB value is (221,0,204). Sum of RGB (Red+Green+Blue) = 221+0+204=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00CC is #22FF33. Grayscale: #585858. Windows color (decimal): -2293556 or 13369565. OLE color: 13369565.

HSL color Cylindrical-coordinate representation of color #DD00CC: hue angle of 304.62º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00CC is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 204 -
CMYK 0 1 0.08 0.13
HSL 304.62º 1% 0.43% -
HSV(B) 304.62º 1% 0.87% -
XYZ 40.72 19.73 58.79 -
YUV 89.34 192.72 221.91 -
System Red Green Blue C M Y K H S L
Decimal 221 0 204 0 1 0.08 0.13 304.62 1 0.43
Hex DD 0 CC 0 64 8 D 131 64 2B
Octal 335 0 314 0 144 10 15 461 144 53
Binary 11011101 0 11001100 0 1100100 1000 1101 100110001 1100100 101011

Color Harmonies of #DD00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00CC

Black with #DD00CC

Text Example


Text Example

White with #DD00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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