#D91CCB

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

Shades of Deep Magenta #D91CCB

Tints of Deep Magenta #D91CCB

Color information

#D91CCB (or 0xD91CCB) is unknown color: approx Deep Magenta. HEX triplet: D9, 1C and CB. RGB value is (217,28,203). Sum of RGB (Red+Green+Blue) = 217+28+203=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CCB is #26E334. Grayscale: #676767. Windows color (decimal): -2548533 or 13311193. OLE color: 13311193.

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

Color convert

RGB21728203-
CMYK00.870.060.15
HSL304.44º77.14%48.04%-
HSV(B)304.44º87.1%85.1%-
XYZ39.8119.8958.24-
YUV104.46183.62208.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 28 (11.33% from 255) = 6.25%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=48.44%
G=6.25%
B=45.31%

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
Decimal2172820300.870.060.15304.4477.1448.04
HexD91CCB0576F1304d30
Octal33134313012761746011560
Binary1101100111100110010110101011111011111001100001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91CCB; }

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

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

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

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

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

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

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

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