#D91DCB

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

Shades of Deep Magenta #D91DCB

Tints of Deep Magenta #D91DCB

Color information

#D91DCB (or 0xD91DCB) is unknown color: approx Deep Magenta. HEX triplet: D9, 1D and CB. RGB value is (217,29,203). Sum of RGB (Red+Green+Blue) = 217+29+203=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DCB is #26E234. Grayscale: #686868. Windows color (decimal): -2548277 or 13311449. OLE color: 13311449.

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

Color convert

RGB21729203-
CMYK00.870.060.15
HSL304.47º76.42%48.24%-
HSV(B)304.47º86.64%85.1%-
XYZ39.8319.9458.25-
YUV105.05183.28207.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 29 (11.72% from 255) = 6.46%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=48.33%
G=6.46%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172920300.870.060.15304.4776.4248.24
HexD91DCB0576F1304c30
Octal33135313012761746011460
Binary1101100111101110010110101011111011111001100001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91DCB; }

 p { color: rgb(217,29,203); }

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

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

 a { background-color: rgb(217,29,203); }

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

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

 span { border-color: rgb(217,29,203); }

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