Html Css Color HEX #DD12D6 Deep Magenta

📋 copy color: '#DD12D6'

red 221 ◦ green 18 ◦ blue 214

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

Shades of Deep Magenta #DD12D6

Tints of Deep Magenta #DD12D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 48.79%
G = 3.97%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD12D6 (or 0xDD12D6) is known color: Deep Magenta. HEX triplet: DD, 12 and D6. RGB value is (221,18,214). Sum of RGB (Red+Green+Blue) = 221+18+214=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12D6 is #22ED29. Grayscale: #646464. Windows color (decimal): -2288938 or 14029533. OLE color: 14029533.

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

Color convert

RGB 221 18 214 -
CMYK 0 0.92 0.03 0.13
HSL 302.07º 0.85% 0.47% -
HSV(B) 302.07º 0.92% 0.87% -
XYZ 42.17 20.66 65.38 -
YUV 101.04 191.75 213.56 -
System Red Green Blue C M Y K H S L
Decimal 221 18 214 0 0.92 0.03 0.13 302.07 0.85 0.47
Hex DD 12 D6 0 5C 3 D 12E 55 2F
Octal 335 22 326 0 134 3 15 456 125 57
Binary 11011101 10010 11010110 0 1011100 11 1101 100101110 1010101 101111

Color Harmonies of #DD12D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12D6

Black with #DD12D6

Text Example


Text Example

White with #DD12D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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