#D904C5

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

Shades of Deep Magenta #D904C5

Tints of Deep Magenta #D904C5

Color information

#D904C5 (or 0xD904C5) is unknown color: approx Deep Magenta. HEX triplet: D9, 04 and C5. RGB value is (217,4,197). Sum of RGB (Red+Green+Blue) = 217+4+197=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D904C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904C5 is #26FB3A. Grayscale: #595959. Windows color (decimal): -2554683 or 12911833. OLE color: 12911833.

HSL color Cylindrical-coordinate representation of color #D904C5: hue angle of 305.63º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904C5 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB2174197-
CMYK00.980.090.15
HSL305.63º96.38%43.33%-
HSV(B)305.63º98.16%85.1%-
XYZ38.7418.8754.42-
YUV89.69188.57218.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 4 (1.95% from 255) = 0.96%
BLUE value IS 197 (77.34% from 255) = 47.13%
R=51.91%
G=0.96%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217419700.980.090.15305.6396.3843.33
HexD94C50629F132602b
Octal33143050142111746214053
Binary110110011001100010101100010100111111001100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D904C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D904C5; }

 p { color: rgb(217,4,197); }

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

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

 a { background-color: rgb(217,4,197); }

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

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

 span { border-color: rgb(217,4,197); }

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