#D91CC9

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

Shades of Deep Magenta #D91CC9

Tints of Deep Magenta #D91CC9

Color information

#D91CC9 (or 0xD91CC9) is unknown color: approx Deep Magenta. HEX triplet: D9, 1C and C9. RGB value is (217,28,201). Sum of RGB (Red+Green+Blue) = 217+28+201=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CC9 is #26E336. Grayscale: #676767. Windows color (decimal): -2548535 or 13180121. OLE color: 13180121.

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

Color convert

RGB21728201-
CMYK00.870.070.15
HSL305.08º77.14%48.04%-
HSV(B)305.08º87.1%85.1%-
XYZ39.5719.856.99-
YUV104.23182.62208.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 28 (11.33% from 255) = 6.28%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=48.65%
G=6.28%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172820100.870.070.15305.0877.1448.04
HexD91CC90577F1314d30
Octal33134311012771746111560
Binary1101100111100110010010101011111111111001100011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91CC9; }

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

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

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

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

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

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

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

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