#D31CB0

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

Shades of Deep Magenta #D31CB0

Tints of Deep Magenta #D31CB0

Color information

#D31CB0 (or 0xD31CB0) is unknown color: approx Deep Magenta. HEX triplet: D3, 1C and B0. RGB value is (211,28,176). Sum of RGB (Red+Green+Blue) = 211+28+176=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31CB0 is #2CE34F. Grayscale: #636363. Windows color (decimal): -2941776 or 11541715. OLE color: 11541715.

HSL color Cylindrical-coordinate representation of color #D31CB0: hue angle of 311.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31CB0 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB21128176-
CMYK00.870.170.17
HSL311.48º76.57%46.86%-
HSV(B)311.48º86.73%82.75%-
XYZ35.1217.8142.66-
YUV99.59171.13207.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.84%
GREEN value IS 28 (11.33% from 255) = 6.75%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=50.84%
G=6.75%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112817600.870.170.17311.4876.5746.86
HexD31CB005711111374d2f
Octal323342600127212146711557
Binary1101001111100101100000101011110001100011001101111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31CB0; }

 p { color: rgb(211,28,176); }

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

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

 a { background-color: rgb(211,28,176); }

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

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

 span { border-color: rgb(211,28,176); }

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