Html Css Color HEX #DD01CC Deep Magenta

📋 copy color: '#DD01CC'

red 221 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #DD01CC

Tints of Deep Magenta #DD01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 51.88%
G = 0.23%
B = 47.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD01CC (or 0xDD01CC) is known color: Deep Magenta. HEX triplet: DD, 01 and CC. RGB value is (221,1,204). Sum of RGB (Red+Green+Blue) = 221+1+204=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01CC is #22FE33. Grayscale: #595959. Windows color (decimal): -2293300 or 13369821. OLE color: 13369821.

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

Color convert

RGB 221 1 204 -
CMYK 0 1.00 0.08 0.13
HSL 304.64º 0.99% 0.44% -
HSV(B) 304.64º 1% 0.87% -
XYZ 40.73 19.75 58.79 -
YUV 89.92 192.39 221.49 -
System Red Green Blue C M Y K H S L
Decimal 221 1 204 0 1.00 0.08 0.13 304.64 0.99 0.44
Hex DD 1 CC 0 64 8 D 131 63 2C
Octal 335 1 314 0 144 10 15 461 143 54
Binary 11011101 1 11001100 0 1100100 1000 1101 100110001 1100011 101100

Color Harmonies of #DD01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01CC

Black with #DD01CC

Text Example


Text Example

White with #DD01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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