#D260B9

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

Shades of Fuchsia #D260B9

Tints of Fuchsia #D260B9

Color information

#D260B9 (or 0xD260B9) is unknown color: approx Fuchsia. HEX triplet: D2, 60 and B9. RGB value is (210,96,185). Sum of RGB (Red+Green+Blue) = 210+96+185=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D260B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260B9 is #2D9F46. Grayscale: #8B8B8B. Windows color (decimal): -2989895 or 12148946. OLE color: 12148946.

HSL color Cylindrical-coordinate representation of color #D260B9: hue angle of 313.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260B9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB21096185-
CMYK00.540.120.18
HSL313.16º55.88%60%-
HSV(B)313.16º54.29%82.35%-
XYZ39.5225.5748.75-
YUV140.23153.27177.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=42.77%
G=19.55%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109618500.540.120.18313.1655.8860
HexD260B9036C12139383c
Octal32214027106614224717074
Binary110100101100000101110010110110110010010100111001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D260B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D260B9; }

 p { color: rgb(210,96,185); }

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

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

 a { background-color: rgb(210,96,185); }

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

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

 span { border-color: rgb(210,96,185); }

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