#D307BC

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

Shades of Deep Magenta #D307BC

Tints of Deep Magenta #D307BC

Color information

#D307BC (or 0xD307BC) is unknown color: approx Deep Magenta. HEX triplet: D3, 07 and BC. RGB value is (211,7,188). Sum of RGB (Red+Green+Blue) = 211+7+188=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D307BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307BC is #2CF843. Grayscale: #585858. Windows color (decimal): -2947140 or 12322771. OLE color: 12322771.

HSL color Cylindrical-coordinate representation of color #D307BC: hue angle of 306.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307BC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB2117188-
CMYK00.970.110.17
HSL306.76º93.58%42.75%-
HSV(B)306.76º96.68%82.75%-
XYZ36.0217.6349.08-
YUV88.63184.09215.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.97%
GREEN value IS 7 (3.12% from 255) = 1.72%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=51.97%
G=1.72%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211718800.970.110.17306.7693.5842.75
HexD37BC061B111335e2b
Octal32372740141132146313653
Binary1101001111110111100011000011011100011001100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D307BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D307BC; }

 p { color: rgb(211,7,188); }

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

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

 a { background-color: rgb(211,7,188); }

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

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

 span { border-color: rgb(211,7,188); }

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