#D104C9

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

Shades of Deep Magenta #D104C9

Tints of Deep Magenta #D104C9

Color information

#D104C9 (or 0xD104C9) is unknown color: approx Deep Magenta. HEX triplet: D1, 04 and C9. RGB value is (209,4,201). Sum of RGB (Red+Green+Blue) = 209+4+201=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D104C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104C9 is #2EFB36. Grayscale: #575757. Windows color (decimal): -3078967 or 13173969. OLE color: 13173969.

HSL color Cylindrical-coordinate representation of color #D104C9: hue angle of 302.34º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D104C9 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB2094201-
CMYK00.980.040.18
HSL302.34º96.24%41.76%-
HSV(B)302.34º98.09%81.96%-
XYZ36.8817.8656.76-
YUV87.75191.92214.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 4 (1.95% from 255) = 0.97%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=50.48%
G=0.97%
B=48.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209420100.980.040.18302.3496.2441.76
HexD14C906241212e602a
Octal3214311014242245614052
Binary110100011001100100101100010100100101001011101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D104C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D104C9; }

 p { color: rgb(209,4,201); }

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

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

 a { background-color: rgb(209,4,201); }

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

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

 span { border-color: rgb(209,4,201); }

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