Html Css Color HEX #DD04C7 Deep Magenta

📋 copy color: '#DD04C7'

red 221 ◦ green 4 ◦ blue 199

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

Shades of Deep Magenta #DD04C7

Tints of Deep Magenta #DD04C7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 199 (78.13% from 255) = 46.93%

R = 52.12%
G = 0.94%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD04C7 (or 0xDD04C7) is known color: Deep Magenta. HEX triplet: DD, 04 and C7. RGB value is (221,4,199). Sum of RGB (Red+Green+Blue) = 221+4+199=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04C7 is #22FB38. Grayscale: #5A5A5A. Windows color (decimal): -2292537 or 13042909. OLE color: 13042909.

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

Color convert

RGB 221 4 199 -
CMYK 0 0.98 0.10 0.13
HSL 306.08º 0.96% 0.44% -
HSV(B) 306.08º 0.98% 0.87% -
XYZ 40.17 19.58 55.7 -
YUV 91.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 221 4 199 0 0.98 0.10 0.13 306.08 0.96 0.44
Hex DD 4 C7 0 62 A D 132 60 2C
Octal 335 4 307 0 142 12 15 462 140 54
Binary 11011101 100 11000111 0 1100010 1010 1101 100110010 1100000 101100

Color Harmonies of #DD04C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04C7

Black with #DD04C7

Text Example


Text Example

White with #DD04C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04C7; }

 p { color: rgb(221,4,199); }

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

background-color css

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

 a { background-color: rgb(221,4,199); }

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

border-color css

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

 span { border-color: rgb(221,4,199); }

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