#d91bcc

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

Shades of Deep Magenta #D91BCC

Tints of Deep Magenta #D91BCC

Color information

#D91BCC (or 0xD91BCC) is unknown color: approx Deep Magenta. HEX triplet: D9, 1B and CC. RGB value is (217,27,204). Sum of RGB (Red+Green+Blue) = 217+27+204=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91BCC is #26E433. Grayscale: #676767. Windows color (decimal): -2548788 or 13376473. OLE color: 13376473.

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

Color convert

RGB21727204-
CMYK00.880.060.15
HSL304.11º77.87%47.84%-
HSV(B)304.11º87.56%85.1%-
XYZ39.9119.958.86-
YUV103.99184.45208.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 27 (10.94% from 255) = 6.03%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=48.44%
G=6.03%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172720400.880.060.15304.1177.8747.84
HexD91BCC0586F1304e30
Octal33133314013061746011660
Binary1101100111011110011000101100011011111001100001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d91bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d91bcc; }

 p { color: rgb(217,27,204); }

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

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

 a { background-color: rgb(217,27,204); }

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

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

 span { border-color: rgb(217,27,204); }

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