#D410C3

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

Shades of Deep Magenta #D410C3

Tints of Deep Magenta #D410C3

Color information

#D410C3 (or 0xD410C3) is unknown color: approx Deep Magenta. HEX triplet: D4, 10 and C3. RGB value is (212,16,195). Sum of RGB (Red+Green+Blue) = 212+16+195=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D410C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410C3 is #2BEF3C. Grayscale: #5E5E5E. Windows color (decimal): -2879293 or 12783828. OLE color: 12783828.

HSL color Cylindrical-coordinate representation of color #D410C3: hue angle of 305.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D410C3 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB21216195-
CMYK00.920.080.17
HSL305.2º85.96%44.71%-
HSV(B)305.2º92.45%83.14%-
XYZ37.1918.3153.2-
YUV95.01184.43211.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 16 (6.64% from 255) = 3.78%
BLUE value IS 195 (76.56% from 255) = 46.10%
R=50.12%
G=3.78%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121619500.920.080.17305.285.9644.71
HexD410C305C811131562d
Octal324203030134102146112655
Binary110101001000011000011010111001000100011001100011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D410C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D410C3; }

 p { color: rgb(212,16,195); }

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

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

 a { background-color: rgb(212,16,195); }

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

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

 span { border-color: rgb(212,16,195); }

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