Html Css Color HEX #DD03CC Deep Magenta

📋 copy color: '#DD03CC'

red 221 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #DD03CC

Tints of Deep Magenta #DD03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 51.64%
G = 0.7%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD03CC (or 0xDD03CC) is known color: Deep Magenta. HEX triplet: DD, 03 and CC. RGB value is (221,3,204). Sum of RGB (Red+Green+Blue) = 221+3+204=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03CC is #22FC33. Grayscale: #5A5A5A. Windows color (decimal): -2292788 or 13370333. OLE color: 13370333.

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

Color convert

RGB 221 3 204 -
CMYK 0 0.99 0.08 0.13
HSL 304.68º 0.97% 0.44% -
HSV(B) 304.68º 0.99% 0.87% -
XYZ 40.75 19.8 58.8 -
YUV 91.1 191.72 220.66 -
System Red Green Blue C M Y K H S L
Decimal 221 3 204 0 0.99 0.08 0.13 304.68 0.97 0.44
Hex DD 3 CC 0 63 8 D 131 61 2C
Octal 335 3 314 0 143 10 15 461 141 54
Binary 11011101 11 11001100 0 1100011 1000 1101 100110001 1100001 101100

Color Harmonies of #DD03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03CC

Black with #DD03CC

Text Example


Text Example

White with #DD03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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