Html Css Color HEX #DD12DA Deep Magenta

📋 copy color: '#DD12DA'

red 221 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #DD12DA

Tints of Deep Magenta #DD12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 48.36%
G = 3.94%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD12DA (or 0xDD12DA) is known color: Deep Magenta. HEX triplet: DD, 12 and DA. RGB value is (221,18,218). Sum of RGB (Red+Green+Blue) = 221+18+218=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12DA is #22ED25. Grayscale: #646464. Windows color (decimal): -2288934 or 14291677. OLE color: 14291677.

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

Color convert

RGB 221 18 218 -
CMYK 0 0.92 0.01 0.13
HSL 300.89º 0.85% 0.47% -
HSV(B) 300.89º 0.92% 0.87% -
XYZ 42.69 20.87 68.11 -
YUV 101.5 193.75 213.24 -
System Red Green Blue C M Y K H S L
Decimal 221 18 218 0 0.92 0.01 0.13 300.89 0.85 0.47
Hex DD 12 DA 0 5C 1 D 12D 55 2F
Octal 335 22 332 0 134 1 15 455 125 57
Binary 11011101 10010 11011010 0 1011100 1 1101 100101101 1010101 101111

Color Harmonies of #DD12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12DA

Black with #DD12DA

Text Example


Text Example

White with #DD12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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