Html Css Color HEX #DD12D4 Deep Magenta

📋 copy color: '#DD12D4'

red 221 ◦ green 18 ◦ blue 212

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

Shades of Deep Magenta #DD12D4

Tints of Deep Magenta #DD12D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 49%
G = 3.99%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD12D4 (or 0xDD12D4) is known color: Deep Magenta. HEX triplet: DD, 12 and D4. RGB value is (221,18,212). Sum of RGB (Red+Green+Blue) = 221+18+212=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12D4 is #22ED2B. Grayscale: #646464. Windows color (decimal): -2288940 or 13898461. OLE color: 13898461.

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

Color convert

RGB 221 18 212 -
CMYK 0 0.92 0.04 0.13
HSL 302.66º 0.85% 0.47% -
HSV(B) 302.66º 0.92% 0.87% -
XYZ 41.92 20.56 64.05 -
YUV 100.81 190.75 213.73 -
System Red Green Blue C M Y K H S L
Decimal 221 18 212 0 0.92 0.04 0.13 302.66 0.85 0.47
Hex DD 12 D4 0 5C 4 D 12F 55 2F
Octal 335 22 324 0 134 4 15 457 125 57
Binary 11011101 10010 11010100 0 1011100 100 1101 100101111 1010101 101111

Color Harmonies of #DD12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12D4

Black with #DD12D4

Text Example


Text Example

White with #DD12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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