#D12ACC

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

Shades of Deep Magenta #D12ACC

Tints of Deep Magenta #D12ACC

Color information

#D12ACC (or 0xD12ACC) is unknown color: approx Deep Magenta. HEX triplet: D1, 2A and CC. RGB value is (209,42,204). Sum of RGB (Red+Green+Blue) = 209+42+204=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ACC is #2ED533. Grayscale: #6D6D6D. Windows color (decimal): -3069236 or 13380305. OLE color: 13380305.

HSL color Cylindrical-coordinate representation of color #D12ACC: hue angle of 301.8º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12ACC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20942204-
CMYK00.800.020.18
HSL301.8º66.53%49.22%-
HSV(B)301.8º79.9%81.96%-
XYZ38.0219.5758.9-
YUV110.4180.83198.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 42 (16.80% from 255) = 9.23%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=45.93%
G=9.23%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094220400.800.020.18301.866.5349.22
HexD12ACC05021212e4331
Octal32152314012022245610361
Binary11010001101010110011000101000010100101001011101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12ACC; }

 p { color: rgb(209,42,204); }

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

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

 a { background-color: rgb(209,42,204); }

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

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

 span { border-color: rgb(209,42,204); }

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