#D714B9

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

Shades of Deep Magenta #D714B9

Tints of Deep Magenta #D714B9

Color information

#D714B9 (or 0xD714B9) is unknown color: approx Deep Magenta. HEX triplet: D7, 14 and B9. RGB value is (215,20,185). Sum of RGB (Red+Green+Blue) = 215+20+185=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D714B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714B9 is #28EB46. Grayscale: #606060. Windows color (decimal): -2681671 or 12129495. OLE color: 12129495.

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

Color convert

RGB21520185-
CMYK00.910.140.16
HSL309.23º82.98%46.08%-
HSV(B)309.23º90.7%84.31%-
XYZ37.0318.4547.51-
YUV97.12177.6212.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 20 (8.20% from 255) = 4.76%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=51.19%
G=4.76%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152018500.910.140.16309.2382.9846.08
HexD714B905BE10135532e
Octal327242710133162046512356
Binary110101111010010111001010110111110100001001101011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D714B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D714B9; }

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

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

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

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

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

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

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

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