#d300c9

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

Shades of Deep Magenta #D300C9

Tints of Deep Magenta #D300C9

Color information

#D300C9 (or 0xD300C9) is unknown color: approx Deep Magenta. HEX triplet: D3, 00 and C9. RGB value is (211,0,201). Sum of RGB (Red+Green+Blue) = 211+0+201=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D300C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300C9 is #2CFF36. Grayscale: #555555. Windows color (decimal): -2948919 or 13172947. OLE color: 13172947.

HSL color Cylindrical-coordinate representation of color #D300C9: hue angle of 302.84º 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 #D300C9 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB2110201-
CMYK010.050.17
HSL302.84º100%41.37%-
HSV(B)302.84º100%82.75%-
XYZ37.4118.0756.77-
YUV86192.9217.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=51.21%
G=0%
B=48.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2110201010.050.17302.8410041.37
HexD30C906451112f6429
Octal3230311014452145714451
Binary1101001101100100101100100101100011001011111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d300c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d300c9; }

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

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

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

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

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

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

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

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