#DF07CA

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

Shades of Deep Magenta #DF07CA

Tints of Deep Magenta #DF07CA

Color information

#DF07CA (or 0xDF07CA) is unknown color: approx Deep Magenta. HEX triplet: DF, 07 and CA. RGB value is (223,7,202). Sum of RGB (Red+Green+Blue) = 223+7+202=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07CA is #20F835. Grayscale: #5D5D5D. Windows color (decimal): -2160694 or 13240287. OLE color: 13240287.

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

Color convert

RGB2237202-
CMYK00.970.090.13
HSL305.83º93.91%45.1%-
HSV(B)305.83º96.86%87.45%-
XYZ41.1720.157.59-
YUV93.81189.06220.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 7 (3.12% from 255) = 1.62%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=51.62%
G=1.62%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223720200.970.090.13305.8393.9145.1
HexDF7CA0619D1325e2d
Octal33773120141111546213655
Binary110111111111100101001100001100111011001100101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF07CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF07CA; }

 p { color: rgb(223,7,202); }

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

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

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

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

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

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

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