#d910c9

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

Shades of Deep Magenta #D910C9

Tints of Deep Magenta #D910C9

Color information

#D910C9 (or 0xD910C9) is unknown color: approx Deep Magenta. HEX triplet: D9, 10 and C9. RGB value is (217,16,201). Sum of RGB (Red+Green+Blue) = 217+16+201=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D910C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910C9 is #26EF36. Grayscale: #606060. Windows color (decimal): -2551607 or 13177049. OLE color: 13177049.

HSL color Cylindrical-coordinate representation of color #D910C9: hue angle of 304.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910C9 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB21716201-
CMYK00.930.070.15
HSL304.78º86.27%45.69%-
HSV(B)304.78º92.63%85.1%-
XYZ39.3419.3456.92-
YUV97.19186.59213.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 3.69%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=50%
G=3.69%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171620100.930.070.15304.7886.2745.69
HexD910C905D7F131562e
Octal33120311013571746112656
Binary1101100110000110010010101110111111111001100011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d910c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d910c9; }

 p { color: rgb(217,16,201); }

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

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

 a { background-color: rgb(217,16,201); }

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

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

 span { border-color: rgb(217,16,201); }

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