#D12DB0

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

Shades of Fuchsia #D12DB0

Tints of Fuchsia #D12DB0

Color information

#D12DB0 (or 0xD12DB0) is unknown color: approx Fuchsia. HEX triplet: D1, 2D and B0. RGB value is (209,45,176). Sum of RGB (Red+Green+Blue) = 209+45+176=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12DB0 is #2ED24F. Grayscale: #6C6C6C. Windows color (decimal): -3068496 or 11546065. OLE color: 11546065.

HSL color Cylindrical-coordinate representation of color #D12DB0: hue angle of 312.07º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12DB0 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB20945176-
CMYK00.780.160.18
HSL312.07º64.57%49.8%-
HSV(B)312.07º78.47%81.96%-
XYZ35.0718.5742.81-
YUV108.97165.83199.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 45 (17.97% from 255) = 10.47%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=48.60%
G=10.47%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094517600.780.160.18312.0764.5749.8
HexD12DB004E10121384132
Octal321552600116202247010162
Binary11010001101101101100000100111010000100101001110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12DB0; }

 p { color: rgb(209,45,176); }

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

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

 a { background-color: rgb(209,45,176); }

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

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

 span { border-color: rgb(209,45,176); }

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