#d118cf

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

Shades of Deep Magenta #D118CF

Tints of Deep Magenta #D118CF

Color information

#D118CF (or 0xD118CF) is unknown color: approx Deep Magenta. HEX triplet: D1, 18 and CF. RGB value is (209,24,207). Sum of RGB (Red+Green+Blue) = 209+24+207=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D118CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118CF is #2EE730. Grayscale: #636363. Windows color (decimal): -3073841 or 13572305. OLE color: 13572305.

HSL color Cylindrical-coordinate representation of color #D118CF: hue angle of 300.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118CF is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20924207-
CMYK00.890.010.18
HSL300.65º79.4%45.69%-
HSV(B)300.65º88.52%81.96%-
XYZ37.8818.7160.65-
YUV100.18188.29205.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 24 (9.77% from 255) = 5.45%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=47.5%
G=5.45%
B=47.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092420700.890.010.18300.6579.445.69
HexD118CF05911212d4f2e
Octal32130317013112245511756
Binary110100011100011001111010110011100101001011011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d118cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d118cf; }

 p { color: rgb(209,24,207); }

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

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

 a { background-color: rgb(209,24,207); }

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

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

 span { border-color: rgb(209,24,207); }

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