#D91CCE

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

Shades of Deep Magenta #D91CCE

Tints of Deep Magenta #D91CCE

Color information

#D91CCE (or 0xD91CCE) is unknown color: approx Deep Magenta. HEX triplet: D9, 1C and CE. RGB value is (217,28,206). Sum of RGB (Red+Green+Blue) = 217+28+206=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CCE is #26E331. Grayscale: #686868. Windows color (decimal): -2548530 or 13507801. OLE color: 13507801.

HSL color Cylindrical-coordinate representation of color #D91CCE: hue angle of 303.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91CCE is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB21728206-
CMYK00.870.050.15
HSL303.49º77.14%48.04%-
HSV(B)303.49º87.1%85.1%-
XYZ40.1720.0460.14-
YUV104.8185.12208.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 28 (11.33% from 255) = 6.21%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=48.12%
G=6.21%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172820600.870.050.15303.4977.1448.04
HexD91CCE0575F12f4d30
Octal33134316012751745711560
Binary1101100111100110011100101011110111111001011111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91CCE; }

 p { color: rgb(217,28,206); }

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

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

 a { background-color: rgb(217,28,206); }

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

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

 span { border-color: rgb(217,28,206); }

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