Html Css Color HEX #DD04C2 Deep Magenta

📋 copy color: '#DD04C2'

red 221 ◦ green 4 ◦ blue 194

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

Shades of Deep Magenta #DD04C2

Tints of Deep Magenta #DD04C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 52.74%
G = 0.95%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD04C2 (or 0xDD04C2) is known color: Deep Magenta. HEX triplet: DD, 04 and C2. RGB value is (221,4,194). Sum of RGB (Red+Green+Blue) = 221+4+194=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04C2 is #22FB3D. Grayscale: #5A5A5A. Windows color (decimal): -2292542 or 12715229. OLE color: 12715229.

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

Color convert

RGB 221 4 194 -
CMYK 0 0.98 0.12 0.13
HSL 307.47º 0.96% 0.44% -
HSV(B) 307.47º 0.98% 0.87% -
XYZ 39.6 19.35 52.69 -
YUV 90.54 186.39 221.05 -
System Red Green Blue C M Y K H S L
Decimal 221 4 194 0 0.98 0.12 0.13 307.47 0.96 0.44
Hex DD 4 C2 0 62 C D 133 60 2C
Octal 335 4 302 0 142 14 15 463 140 54
Binary 11011101 100 11000010 0 1100010 1100 1101 100110011 1100000 101100

Color Harmonies of #DD04C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04C2

Black with #DD04C2

Text Example


Text Example

White with #DD04C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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