#d12bc8

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

Shades of Deep Magenta #D12BC8

Tints of Deep Magenta #D12BC8

Color information

#D12BC8 (or 0xD12BC8) is unknown color: approx Deep Magenta. HEX triplet: D1, 2B and C8. RGB value is (209,43,200). Sum of RGB (Red+Green+Blue) = 209+43+200=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BC8 is #2ED437. Grayscale: #6E6E6E. Windows color (decimal): -3068984 or 13118417. OLE color: 13118417.

HSL color Cylindrical-coordinate representation of color #D12BC8: hue angle of 303.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12BC8 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20943200-
CMYK00.790.040.18
HSL303.25º65.87%49.41%-
HSV(B)303.25º79.43%81.96%-
XYZ37.5819.4556.42-
YUV110.53178.5198.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 43 (17.19% from 255) = 9.51%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=46.24%
G=9.51%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094320000.790.040.18303.2565.8749.41
HexD12BC804F41212f4231
Octal32153310011742245710261
Binary110100011010111100100001001111100100101001011111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12bc8; }

 p { color: rgb(209,43,200); }

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

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

 a { background-color: rgb(209,43,200); }

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

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

 span { border-color: rgb(209,43,200); }

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