#d126c3

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

Shades of Deep Magenta #D126C3

Tints of Deep Magenta #D126C3

Color information

#D126C3 (or 0xD126C3) is unknown color: approx Deep Magenta. HEX triplet: D1, 26 and C3. RGB value is (209,38,195). Sum of RGB (Red+Green+Blue) = 209+38+195=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D126C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126C3 is #2ED93C. Grayscale: #6A6A6A. Windows color (decimal): -3070269 or 12789457. OLE color: 12789457.

HSL color Cylindrical-coordinate representation of color #D126C3: hue angle of 304.91º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D126C3 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20938195-
CMYK00.820.070.18
HSL304.91º69.23%48.43%-
HSV(B)304.91º81.82%81.96%-
XYZ36.8418.8853.33-
YUV107.03177.65200.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 38 (15.23% from 255) = 8.60%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=47.29%
G=8.60%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093819500.820.070.18304.9169.2348.43
HexD126C30527121314530
Octal32146303012272246110560
Binary110100011001101100001101010010111100101001100011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d126c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d126c3; }

 p { color: rgb(209,38,195); }

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

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

 a { background-color: rgb(209,38,195); }

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

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

 span { border-color: rgb(209,38,195); }

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