Html Css Color HEX #DF12CE Deep Magenta

📋 copy color: '#DF12CE'

red 223 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #DF12CE

Tints of Deep Magenta #DF12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 49.89%
G = 4.03%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF12CE (or 0xDF12CE) is known color: Deep Magenta. HEX triplet: DF, 12 and CE. RGB value is (223,18,206). Sum of RGB (Red+Green+Blue) = 223+18+206=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12CE is #20ED31. Grayscale: #646464. Windows color (decimal): -2157874 or 13505247. OLE color: 13505247.

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

Color convert

RGB 223 18 206 -
CMYK 0 0.92 0.08 0.13
HSL 304.98º 0.85% 0.47% -
HSV(B) 304.98º 0.92% 0.87% -
XYZ 41.79 20.58 60.16 -
YUV 100.73 187.42 215.21 -
System Red Green Blue C M Y K H S L
Decimal 223 18 206 0 0.92 0.08 0.13 304.98 0.85 0.47
Hex DF 12 CE 0 5C 8 D 131 55 2F
Octal 337 22 316 0 134 10 15 461 125 57
Binary 11011111 10010 11001110 0 1011100 1000 1101 100110001 1010101 101111

Color Harmonies of #DF12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12CE

Black with #DF12CE

Text Example


Text Example

White with #DF12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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