#D259AC

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

Shades of Fuchsia #D259AC

Tints of Fuchsia #D259AC

Color information

#D259AC (or 0xD259AC) is unknown color: approx Fuchsia. HEX triplet: D2, 59 and AC. RGB value is (210,89,172). Sum of RGB (Red+Green+Blue) = 210+89+172=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D259AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259AC is #2DA653. Grayscale: #868686. Windows color (decimal): -2991700 or 11295186. OLE color: 11295186.

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

Color convert

RGB21089172-
CMYK00.580.180.18
HSL318.84º57.35%58.63%-
HSV(B)318.84º57.62%82.35%-
XYZ37.623.8241.65-
YUV134.64149.09181.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 89 (35.16% from 255) = 18.90%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=44.59%
G=18.90%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108917200.580.180.18318.8457.3558.63
HexD259AC03A121213f393b
Octal32213125407222224777173
Binary1101001010110011010110001110101001010010100111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D259AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D259AC; }

 p { color: rgb(210,89,172); }

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

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

 a { background-color: rgb(210,89,172); }

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

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

 span { border-color: rgb(210,89,172); }

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