#D014B9

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

Shades of Deep Magenta #D014B9

Tints of Deep Magenta #D014B9

Color information

#D014B9 (or 0xD014B9) is unknown color: approx Deep Magenta. HEX triplet: D0, 14 and B9. RGB value is (208,20,185). Sum of RGB (Red+Green+Blue) = 208+20+185=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D014B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014B9 is #2FEB46. Grayscale: #5E5E5E. Windows color (decimal): -3140423 or 12129488. OLE color: 12129488.

HSL color Cylindrical-coordinate representation of color #D014B9: hue angle of 307.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D014B9 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20820185-
CMYK00.900.110.18
HSL307.34º82.46%44.71%-
HSV(B)307.34º90.38%81.57%-
XYZ35.0217.4147.41-
YUV95.02178.78208.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 20 (8.20% from 255) = 4.84%
BLUE value IS 185 (72.66% from 255) = 44.79%
R=50.36%
G=4.84%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082018500.900.110.18307.3482.4644.71
HexD014B905AB12133522d
Octal320242710132132246312255
Binary110100001010010111001010110101011100101001100111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D014B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D014B9; }

 p { color: rgb(208,20,185); }

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

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

 a { background-color: rgb(208,20,185); }

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

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

 span { border-color: rgb(208,20,185); }

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