#D616B9

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

Shades of Deep Magenta #D616B9

Tints of Deep Magenta #D616B9

Color information

#D616B9 (or 0xD616B9) is unknown color: approx Deep Magenta. HEX triplet: D6, 16 and B9. RGB value is (214,22,185). Sum of RGB (Red+Green+Blue) = 214+22+185=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D616B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616B9 is #29E946. Grayscale: #616161. Windows color (decimal): -2746695 or 12130006. OLE color: 12130006.

HSL color Cylindrical-coordinate representation of color #D616B9: hue angle of 309.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616B9 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21422185-
CMYK00.900.140.16
HSL309.06º81.36%46.27%-
HSV(B)309.06º89.72%83.92%-
XYZ36.7818.3747.51-
YUV97.99177.11210.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 22 (8.98% from 255) = 5.23%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=50.83%
G=5.23%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142218500.900.140.16309.0681.3646.27
HexD616B905AE10135512e
Octal326262710132162046512156
Binary110101101011010111001010110101110100001001101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D616B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D616B9; }

 p { color: rgb(214,22,185); }

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

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

 a { background-color: rgb(214,22,185); }

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

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

 span { border-color: rgb(214,22,185); }

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