Html Css Color HEX #DF12DF Deep Magenta

📋 copy color: '#DF12DF'

red 223 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #DF12DF

Tints of Deep Magenta #DF12DF

RGB

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

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

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

R = 48.06%
G = 3.88%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF12DF (or 0xDF12DF) is known color: Deep Magenta. HEX triplet: DF, 12 and DF. RGB value is (223,18,223). Sum of RGB (Red+Green+Blue) = 223+18+223=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12DF is #20ED20. Grayscale: #666666. Windows color (decimal): -2157857 or 14619359. OLE color: 14619359.

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

Color convert

RGB 223 18 223 -
CMYK 0 0.92 0 0.13
HSL 300º 0.85% 0.47% -
HSV(B) 300º 0.92% 0.87% -
XYZ 43.97 21.45 71.63 -
YUV 102.67 195.92 213.83 -
System Red Green Blue C M Y K H S L
Decimal 223 18 223 0 0.92 0 0.13 300 0.85 0.47
Hex DF 12 DF 0 5C 0 D 12C 55 2F
Octal 337 22 337 0 134 0 15 454 125 57
Binary 11011111 10010 11011111 0 1011100 0 1101 100101100 1010101 101111

Color Harmonies of #DF12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12DF

Black with #DF12DF

Text Example


Text Example

White with #DF12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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