#DF03DA

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

Shades of Deep Magenta #DF03DA

Tints of Deep Magenta #DF03DA

Color information

#DF03DA (or 0xDF03DA) is unknown color: approx Deep Magenta. HEX triplet: DF, 03 and DA. RGB value is (223,3,218). Sum of RGB (Red+Green+Blue) = 223+3+218=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03DA is #20FC25. Grayscale: #5C5C5C. Windows color (decimal): -2161702 or 14287839. OLE color: 14287839.

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

Color convert

RGB2233218-
CMYK00.990.020.13
HSL301.36º97.35%44.31%-
HSV(B)301.36º98.65%87.45%-
XYZ43.1220.8268.07-
YUV93.29198.39220.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=50.23%
G=0.68%
B=49.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223321800.990.020.13301.3697.3544.31
HexDF3DA0632D12d612c
Octal3373332014321545514154
Binary110111111111011010011000111011011001011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF03DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF03DA; }

 p { color: rgb(223,3,218); }

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

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

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

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

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

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

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