Html Css Color HEX #DD07C6 Deep Magenta

📋 copy color: '#DD07C6'

red 221 ◦ green 7 ◦ blue 198

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

Shades of Deep Magenta #DD07C6

Tints of Deep Magenta #DD07C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.48%

R = 51.88%
G = 1.64%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD07C6 (or 0xDD07C6) is known color: Deep Magenta. HEX triplet: DD, 07 and C6. RGB value is (221,7,198). Sum of RGB (Red+Green+Blue) = 221+7+198=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07C6 is #22F839. Grayscale: #5C5C5C. Windows color (decimal): -2291770 or 12978141. OLE color: 12978141.

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

Color convert

RGB 221 7 198 -
CMYK 0 0.97 0.10 0.13
HSL 306.45º 0.94% 0.45% -
HSV(B) 306.45º 0.97% 0.87% -
XYZ 40.09 19.6 55.1 -
YUV 92.76 187.4 219.47 -
System Red Green Blue C M Y K H S L
Decimal 221 7 198 0 0.97 0.10 0.13 306.45 0.94 0.45
Hex DD 7 C6 0 61 A D 132 5E 2D
Octal 335 7 306 0 141 12 15 462 136 55
Binary 11011101 111 11000110 0 1100001 1010 1101 100110010 1011110 101101

Color Harmonies of #DD07C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07C6

Black with #DD07C6

Text Example


Text Example

White with #DD07C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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