#D12AB7

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

Shades of Fuchsia #D12AB7

Tints of Fuchsia #D12AB7

Color information

#D12AB7 (or 0xD12AB7) is unknown color: approx Fuchsia. HEX triplet: D1, 2A and B7. RGB value is (209,42,183). Sum of RGB (Red+Green+Blue) = 209+42+183=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AB7 is #2ED548. Grayscale: #6B6B6B. Windows color (decimal): -3069257 or 12004049. OLE color: 12004049.

HSL color Cylindrical-coordinate representation of color #D12AB7: hue angle of 309.34º 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 #D12AB7 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20942183-
CMYK00.800.120.18
HSL309.34º66.53%49.22%-
HSV(B)309.34º79.9%81.96%-
XYZ35.6718.6346.52-
YUV108.01170.33200.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 42 (16.80% from 255) = 9.68%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=48.16%
G=9.68%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094218300.800.120.18309.3466.5349.22
HexD12AB7050C121354331
Octal321522670120142246510361
Binary1101000110101010110111010100001100100101001101011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12AB7; }

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

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

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

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

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

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

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

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