#DF15C5

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

Shades of Deep Magenta #DF15C5

Tints of Deep Magenta #DF15C5

Color information

#DF15C5 (or 0xDF15C5) is unknown color: approx Deep Magenta. HEX triplet: DF, 15 and C5. RGB value is (223,21,197). Sum of RGB (Red+Green+Blue) = 223+21+197=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15C5 is #20EA3A. Grayscale: #646464. Windows color (decimal): -2157115 or 12916191. OLE color: 12916191.

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

Color convert

RGB22321197-
CMYK00.910.120.13
HSL307.72º82.79%47.84%-
HSV(B)307.72º90.58%87.45%-
XYZ40.7820.2654.58-
YUV101.46181.92214.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.57%
GREEN value IS 21 (8.59% from 255) = 4.76%
BLUE value IS 197 (77.34% from 255) = 44.67%
R=50.57%
G=4.76%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232119700.910.120.13307.7282.7947.84
HexDF15C505BCD1345330
Octal337253050133141546412360
Binary11011111101011100010101011011110011011001101001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF15C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF15C5; }

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

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

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

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

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

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

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

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