#D91CC8

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

Shades of Deep Magenta #D91CC8

Tints of Deep Magenta #D91CC8

Color information

#D91CC8 (or 0xD91CC8) is unknown color: approx Deep Magenta. HEX triplet: D9, 1C and C8. RGB value is (217,28,200). Sum of RGB (Red+Green+Blue) = 217+28+200=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CC8 is #26E337. Grayscale: #676767. Windows color (decimal): -2548536 or 13114585. OLE color: 13114585.

HSL color Cylindrical-coordinate representation of color #D91CC8: hue angle of 305.4º 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 #D91CC8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21728200-
CMYK00.870.080.15
HSL305.4º77.14%48.04%-
HSV(B)305.4º87.1%85.1%-
XYZ39.4619.7556.38-
YUV104.12182.12208.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 28 (11.33% from 255) = 6.29%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=48.76%
G=6.29%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172820000.870.080.15305.477.1448.04
HexD91CC80578F1314d30
Octal331343100127101746111560
Binary11011001111001100100001010111100011111001100011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91CC8; }

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

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

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

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

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

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

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

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