#D12CB1

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

Shades of Fuchsia #D12CB1

Tints of Fuchsia #D12CB1

Color information

#D12CB1 (or 0xD12CB1) is unknown color: approx Fuchsia. HEX triplet: D1, 2C and B1. RGB value is (209,44,177). Sum of RGB (Red+Green+Blue) = 209+44+177=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12CB1 is #2ED34E. Grayscale: #6C6C6C. Windows color (decimal): -3068751 or 11611345. OLE color: 11611345.

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

Color convert

RGB20944177-
CMYK00.790.150.18
HSL311.64º65.22%49.61%-
HSV(B)311.64º78.95%81.96%-
XYZ35.1318.5343.32-
YUV108.5166.66199.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 44 (17.58% from 255) = 10.23%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=48.60%
G=10.23%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094417700.790.150.18311.6465.2249.61
HexD12CB104FF121384132
Octal321542610117172247010162
Binary1101000110110010110001010011111111100101001110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12CB1; }

 p { color: rgb(209,44,177); }

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

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

 a { background-color: rgb(209,44,177); }

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

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

 span { border-color: rgb(209,44,177); }

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