Html Css Color HEX #DD04CF Deep Magenta

📋 copy color: '#DD04CF'

red 221 ◦ green 4 ◦ blue 207

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

Shades of Deep Magenta #DD04CF

Tints of Deep Magenta #DD04CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 51.16%
G = 0.93%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD04CF (or 0xDD04CF) is known color: Deep Magenta. HEX triplet: DD, 04 and CF. RGB value is (221,4,207). Sum of RGB (Red+Green+Blue) = 221+4+207=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04CF is #22FB30. Grayscale: #5B5B5B. Windows color (decimal): -2292529 or 13567197. OLE color: 13567197.

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

Color convert

RGB 221 4 207 -
CMYK 0 0.98 0.06 0.13
HSL 303.87º 0.96% 0.44% -
HSV(B) 303.87º 0.98% 0.87% -
XYZ 41.12 19.96 60.72 -
YUV 92.03 192.89 219.99 -
System Red Green Blue C M Y K H S L
Decimal 221 4 207 0 0.98 0.06 0.13 303.87 0.96 0.44
Hex DD 4 CF 0 62 6 D 130 60 2C
Octal 335 4 317 0 142 6 15 460 140 54
Binary 11011101 100 11001111 0 1100010 110 1101 100110000 1100000 101100

Color Harmonies of #DD04CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04CF

Black with #DD04CF

Text Example


Text Example

White with #DD04CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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