Html Css Color HEX #DD07C4 Deep Magenta

📋 copy color: '#DD07C4'

red 221 ◦ green 7 ◦ blue 196

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

Shades of Deep Magenta #DD07C4

Tints of Deep Magenta #DD07C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.23%

R = 52.12%
G = 1.65%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD07C4 (or 0xDD07C4) is known color: Deep Magenta. HEX triplet: DD, 07 and C4. RGB value is (221,7,196). Sum of RGB (Red+Green+Blue) = 221+7+196=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07C4 is #22F83B. Grayscale: #5B5B5B. Windows color (decimal): -2291772 or 12847069. OLE color: 12847069.

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

Color convert

RGB 221 7 196 -
CMYK 0 0.97 0.11 0.13
HSL 307.01º 0.94% 0.45% -
HSV(B) 307.01º 0.97% 0.87% -
XYZ 39.86 19.51 53.89 -
YUV 92.53 186.4 219.63 -
System Red Green Blue C M Y K H S L
Decimal 221 7 196 0 0.97 0.11 0.13 307.01 0.94 0.45
Hex DD 7 C4 0 61 B D 133 5E 2D
Octal 335 7 304 0 141 13 15 463 136 55
Binary 11011101 111 11000100 0 1100001 1011 1101 100110011 1011110 101101

Color Harmonies of #DD07C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07C4

Black with #DD07C4

Text Example


Text Example

White with #DD07C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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