#DF15C9

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

Shades of Deep Magenta #DF15C9

Tints of Deep Magenta #DF15C9

Color information

#DF15C9 (or 0xDF15C9) is unknown color: approx Deep Magenta. HEX triplet: DF, 15 and C9. RGB value is (223,21,201). Sum of RGB (Red+Green+Blue) = 223+21+201=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15C9 is #20EA36. Grayscale: #656565. Windows color (decimal): -2157111 or 13178335. OLE color: 13178335.

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

Color convert

RGB22321201-
CMYK00.910.100.13
HSL306.53º82.79%47.84%-
HSV(B)306.53º90.58%87.45%-
XYZ41.2420.4457.03-
YUV101.92183.92214.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 21 (8.59% from 255) = 4.72%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=50.11%
G=4.72%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232120100.910.100.13306.5382.7947.84
HexDF15C905BAD1335330
Octal337253110133121546312360
Binary11011111101011100100101011011101011011001100111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF15C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF15C9; }

 p { color: rgb(223,21,201); }

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

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

 a { background-color: rgb(223,21,201); }

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

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

 span { border-color: rgb(223,21,201); }

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