#D12AB8

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

Shades of Fuchsia #D12AB8

Tints of Fuchsia #D12AB8

Color information

#D12AB8 (or 0xD12AB8) is unknown color: approx Fuchsia. HEX triplet: D1, 2A and B8. RGB value is (209,42,184). Sum of RGB (Red+Green+Blue) = 209+42+184=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AB8 is #2ED547. Grayscale: #6B6B6B. Windows color (decimal): -3069256 or 12069585. OLE color: 12069585.

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

Color convert

RGB20942184-
CMYK00.800.120.18
HSL308.98º66.53%49.22%-
HSV(B)308.98º79.9%81.96%-
XYZ35.7718.6747.07-
YUV108.12170.83199.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 42 (16.80% from 255) = 9.66%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=48.05%
G=9.66%
B=42.30%

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
Decimal2094218400.800.120.18308.9866.5349.22
HexD12AB8050C121354331
Octal321522700120142246510361
Binary1101000110101010111000010100001100100101001101011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12AB8; }

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

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

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

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

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

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

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

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