Html Css Color HEX #DD12C2 Deep Magenta

📋 copy color: '#DD12C2'

red 221 ◦ green 18 ◦ blue 194

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

Shades of Deep Magenta #DD12C2

Tints of Deep Magenta #DD12C2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.16%

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

R = 51.04%
G = 4.16%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD12C2 (or 0xDD12C2) is known color: Deep Magenta. HEX triplet: DD, 12 and C2. RGB value is (221,18,194). Sum of RGB (Red+Green+Blue) = 221+18+194=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12C2 is #22ED3D. Grayscale: #626262. Windows color (decimal): -2288958 or 12718813. OLE color: 12718813.

HSL color Cylindrical-coordinate representation of color #DD12C2: hue angle of 307.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12C2 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 194 -
CMYK 0 0.92 0.12 0.13
HSL 307.98º 0.85% 0.47% -
HSV(B) 307.98º 0.92% 0.87% -
XYZ 39.77 19.7 52.75 -
YUV 98.76 181.75 215.19 -
System Red Green Blue C M Y K H S L
Decimal 221 18 194 0 0.92 0.12 0.13 307.98 0.85 0.47
Hex DD 12 C2 0 5C C D 134 55 2F
Octal 335 22 302 0 134 14 15 464 125 57
Binary 11011101 10010 11000010 0 1011100 1100 1101 100110100 1010101 101111

Color Harmonies of #DD12C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12C2

Black with #DD12C2

Text Example


Text Example

White with #DD12C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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