Html Css Color HEX #DD12D1 Deep Magenta

📋 copy color: '#DD12D1'

red 221 ◦ green 18 ◦ blue 209

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

Shades of Deep Magenta #DD12D1

Tints of Deep Magenta #DD12D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 49.33%
G = 4.02%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD12D1 (or 0xDD12D1) is known color: Deep Magenta. HEX triplet: DD, 12 and D1. RGB value is (221,18,209). Sum of RGB (Red+Green+Blue) = 221+18+209=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12D1 is #22ED2E. Grayscale: #636363. Windows color (decimal): -2288943 or 13701853. OLE color: 13701853.

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

Color convert

RGB 221 18 209 -
CMYK 0 0.92 0.05 0.13
HSL 303.55º 0.85% 0.47% -
HSV(B) 303.55º 0.92% 0.87% -
XYZ 41.54 20.41 62.07 -
YUV 100.47 189.25 213.97 -
System Red Green Blue C M Y K H S L
Decimal 221 18 209 0 0.92 0.05 0.13 303.55 0.85 0.47
Hex DD 12 D1 0 5C 5 D 130 55 2F
Octal 335 22 321 0 134 5 15 460 125 57
Binary 11011101 10010 11010001 0 1011100 101 1101 100110000 1010101 101111

Color Harmonies of #DD12D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12D1

Black with #DD12D1

Text Example


Text Example

White with #DD12D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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