#DF03B8

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

Shades of Deep Magenta #DF03B8

Tints of Deep Magenta #DF03B8

Color information

#DF03B8 (or 0xDF03B8) is unknown color: approx Deep Magenta. HEX triplet: DF, 03 and B8. RGB value is (223,3,184). Sum of RGB (Red+Green+Blue) = 223+3+184=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03B8 is #20FC47. Grayscale: #585858. Windows color (decimal): -2161736 or 12059615. OLE color: 12059615.

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

Color convert

RGB2233184-
CMYK00.990.170.13
HSL310.64º97.35%44.31%-
HSV(B)310.64º98.65%87.45%-
XYZ39.1219.2146.99-
YUV89.41181.39223.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 184 (72.27% from 255) = 44.88%
R=54.39%
G=0.73%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223318400.990.170.13310.6497.3544.31
HexDF3B806311D137612c
Octal33732700143211546714154
Binary110111111110111000011000111000111011001101111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF03B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF03B8; }

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

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

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

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

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

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

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

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