#DF0FC2

Color #DF0FC2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DF0FC2

Tints of Deep Magenta #DF0FC2

Color information

#DF0FC2 (or 0xDF0FC2) is unknown color: approx Deep Magenta. HEX triplet: DF, 0F and C2. RGB value is (223,15,194). Sum of RGB (Red+Green+Blue) = 223+15+194=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FC2 is #20F03D. Grayscale: #616161. Windows color (decimal): -2158654 or 12718047. OLE color: 12718047.

HSL color Cylindrical-coordinate representation of color #DF0FC2: hue angle of 308.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB22315194-
CMYK00.930.130.13
HSL308.37º87.39%46.67%-
HSV(B)308.37º93.27%87.45%-
XYZ40.3419.9252.76-
YUV97.6182.41217.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 15 (6.25% from 255) = 3.47%
BLUE value IS 194 (76.17% from 255) = 44.91%
R=51.62%
G=3.47%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231519400.930.130.13308.3787.3946.67
HexDFFC205DDD134572f
Octal337173020135151546412757
Binary1101111111111100001001011101110111011001101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0FC2; }

 p { color: rgb(223,15,194); }

 H1.HeaderClassName
 {
   color: #DF0FC2;
 }
 .AnyTagClassName
 {
   color: #DF0FC2;
 }
</style>
background-color css

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

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

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

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

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

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