Html Css Color HEX #DD12D2 Deep Magenta

📋 copy color: '#DD12D2'

red 221 ◦ green 18 ◦ blue 210

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

Shades of Deep Magenta #DD12D2

Tints of Deep Magenta #DD12D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 49.22%
G = 4.01%
B = 46.77%

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

#DD12D2 (or 0xDD12D2) is known color: Deep Magenta. HEX triplet: DD, 12 and D2. RGB value is (221,18,210). Sum of RGB (Red+Green+Blue) = 221+18+210=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12D2 is #22ED2D. Grayscale: #646464. Windows color (decimal): -2288942 or 13767389. OLE color: 13767389.

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

Color convert

RGB 221 18 210 -
CMYK 0 0.92 0.05 0.13
HSL 303.25º 0.85% 0.47% -
HSV(B) 303.25º 0.92% 0.87% -
XYZ 41.67 20.46 62.73 -
YUV 100.59 189.75 213.89 -
System Red Green Blue C M Y K H S L
Decimal 221 18 210 0 0.92 0.05 0.13 303.25 0.85 0.47
Hex DD 12 D2 0 5C 5 D 12F 55 2F
Octal 335 22 322 0 134 5 15 457 125 57
Binary 11011101 10010 11010010 0 1011100 101 1101 100101111 1010101 101111

Color Harmonies of #DD12D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12D2

Black with #DD12D2

Text Example


Text Example

White with #DD12D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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