Html Css Color HEX #DF12DC Deep Magenta

📋 copy color: '#DF12DC'

red 223 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #DF12DC

Tints of Deep Magenta #DF12DC

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 48.37%
G = 3.9%
B = 47.72%

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

#DF12DC (or 0xDF12DC) is known color: Deep Magenta. HEX triplet: DF, 12 and DC. RGB value is (223,18,220). Sum of RGB (Red+Green+Blue) = 223+18+220=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12DC is #20ED23. Grayscale: #656565. Windows color (decimal): -2157860 or 14422751. OLE color: 14422751.

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

Color convert

RGB 223 18 220 -
CMYK 0 0.92 0.01 0.13
HSL 300.88º 0.85% 0.47% -
HSV(B) 300.88º 0.92% 0.87% -
XYZ 43.57 21.29 69.52 -
YUV 102.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 223 18 220 0 0.92 0.01 0.13 300.88 0.85 0.47
Hex DF 12 DC 0 5C 1 D 12D 55 2F
Octal 337 22 334 0 134 1 15 455 125 57
Binary 11011111 10010 11011100 0 1011100 1 1101 100101101 1010101 101111

Color Harmonies of #DF12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12DC

Black with #DF12DC

Text Example


Text Example

White with #DF12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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