Html Css Color HEX #DD12DF Deep Magenta

📋 copy color: '#DD12DF'

red 221 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #DD12DF

Tints of Deep Magenta #DD12DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 47.84%
G = 3.9%
B = 48.27%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD12DF (or 0xDD12DF) is known color: Deep Magenta. HEX triplet: DD, 12 and DF. RGB value is (221,18,223). Sum of RGB (Red+Green+Blue) = 221+18+223=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12DF is #22ED20. Grayscale: #656565. Windows color (decimal): -2288929 or 14619357. OLE color: 14619357.

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

Color convert

RGB 221 18 223 -
CMYK 0.01 0.92 0 0.13
HSL 299.41º 0.85% 0.47% -
HSV(B) 299.41º 0.92% 0.87% -
XYZ 43.35 21.13 71.61 -
YUV 102.07 196.25 212.83 -
System Red Green Blue C M Y K H S L
Decimal 221 18 223 0.01 0.92 0 0.13 299.41 0.85 0.47
Hex DD 12 DF 1 5C 0 D 12B 55 2F
Octal 335 22 337 1 134 0 15 453 125 57
Binary 11011101 10010 11011111 1 1011100 0 1101 100101011 1010101 101111

Color Harmonies of #DD12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12DF

Black with #DD12DF

Text Example


Text Example

White with #DD12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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