#d314b1

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

Shades of Deep Magenta #D314B1

Tints of Deep Magenta #D314B1

Color information

#D314B1 (or 0xD314B1) is unknown color: approx Deep Magenta. HEX triplet: D3, 14 and B1. RGB value is (211,20,177). Sum of RGB (Red+Green+Blue) = 211+20+177=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D314B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D314B1 is #2CEB4E. Grayscale: #5E5E5E. Windows color (decimal): -2943823 or 11605203. OLE color: 11605203.

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

Color convert

RGB21120177-
CMYK00.910.160.17
HSL310.68º82.68%45.29%-
HSV(B)310.68º90.52%82.75%-
XYZ35.0517.5243.13-
YUV95.01174.28210.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.72%
GREEN value IS 20 (8.20% from 255) = 4.90%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=51.72%
G=4.90%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112017700.910.160.17310.6882.6845.29
HexD314B105B1011137532d
Octal323242610133202146712355
Binary1101001110100101100010101101110000100011001101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d314b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d314b1; }

 p { color: rgb(211,20,177); }

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

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

 a { background-color: rgb(211,20,177); }

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

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

 span { border-color: rgb(211,20,177); }

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