Html Css Color HEX #DD07CC Deep Magenta

📋 copy color: '#DD07CC'

red 221 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #DD07CC

Tints of Deep Magenta #DD07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

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

R = 51.16%
G = 1.62%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD07CC (or 0xDD07CC) is known color: Deep Magenta. HEX triplet: DD, 07 and CC. RGB value is (221,7,204). Sum of RGB (Red+Green+Blue) = 221+7+204=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07CC is #22F833. Grayscale: #5C5C5C. Windows color (decimal): -2291764 or 13371357. OLE color: 13371357.

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

Color convert

RGB 221 7 204 -
CMYK 0 0.97 0.08 0.13
HSL 304.77º 0.94% 0.45% -
HSV(B) 304.77º 0.97% 0.87% -
XYZ 40.79 19.88 58.81 -
YUV 93.44 190.4 218.98 -
System Red Green Blue C M Y K H S L
Decimal 221 7 204 0 0.97 0.08 0.13 304.77 0.94 0.45
Hex DD 7 CC 0 61 8 D 131 5E 2D
Octal 335 7 314 0 141 10 15 461 136 55
Binary 11011101 111 11001100 0 1100001 1000 1101 100110001 1011110 101101

Color Harmonies of #DD07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07CC

Black with #DD07CC

Text Example


Text Example

White with #DD07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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