#D305C1

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

Shades of Deep Magenta #D305C1

Tints of Deep Magenta #D305C1

Color information

#D305C1 (or 0xD305C1) is unknown color: approx Deep Magenta. HEX triplet: D3, 05 and C1. RGB value is (211,5,193). Sum of RGB (Red+Green+Blue) = 211+5+193=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D305C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305C1 is #2CFA3E. Grayscale: #575757. Windows color (decimal): -2947647 or 12649939. OLE color: 12649939.

HSL color Cylindrical-coordinate representation of color #D305C1: hue angle of 305.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305C1 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB2115193-
CMYK00.980.090.17
HSL305.24º95.37%42.35%-
HSV(B)305.24º97.63%82.75%-
XYZ36.5417.8151.96-
YUV88.03187.25215.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 5 (2.34% from 255) = 1.22%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=51.59%
G=1.22%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211519300.980.090.17305.2495.3742.35
HexD35C10629111315f2a
Octal32353010142112146113752
Binary1101001110111000001011000101001100011001100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D305C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D305C1; }

 p { color: rgb(211,5,193); }

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

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

 a { background-color: rgb(211,5,193); }

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

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

 span { border-color: rgb(211,5,193); }

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