#D300B4

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

Shades of Deep Magenta #D300B4

Tints of Deep Magenta #D300B4

Color information

#D300B4 (or 0xD300B4) is unknown color: approx Deep Magenta. HEX triplet: D3, 00 and B4. RGB value is (211,0,180). Sum of RGB (Red+Green+Blue) = 211+0+180=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D300B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300B4 is #2CFF4B. Grayscale: #535353. Windows color (decimal): -2948940 or 11796691. OLE color: 11796691.

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

Color convert

RGB2110180-
CMYK010.150.17
HSL308.82º100%41.37%-
HSV(B)308.82º100%82.75%-
XYZ35.117.1444.64-
YUV83.61182.4218.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=53.96%
G=0%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2110180010.150.17308.8210041.37
HexD30B4064F111356429
Octal32302640144172146514451
Binary11010011010110100011001001111100011001101011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D300B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D300B4; }

 p { color: rgb(211,0,180); }

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

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

 a { background-color: rgb(211,0,180); }

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

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

 span { border-color: rgb(211,0,180); }

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