#D246B0

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

Shades of Fuchsia #D246B0

Tints of Fuchsia #D246B0

Color information

#D246B0 (or 0xD246B0) is unknown color: approx Fuchsia. HEX triplet: D2, 46 and B0. RGB value is (210,70,176). Sum of RGB (Red+Green+Blue) = 210+70+176=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D246B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D246B0 is #2DB94F. Grayscale: #7B7B7B. Windows color (decimal): -2996560 or 11552466. OLE color: 11552466.

HSL color Cylindrical-coordinate representation of color #D246B0: hue angle of 314.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D246B0 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB21070176-
CMYK00.670.160.18
HSL314.57º60.87%54.9%-
HSV(B)314.57º66.67%82.35%-
XYZ36.621.2243.24-
YUV123.94157.38189.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 70 (27.73% from 255) = 15.35%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=46.05%
G=15.35%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107017600.670.160.18314.5760.8754.9
HexD246B0043101213b3d37
Octal322106260010320224737567
Binary11010010100011010110000010000111000010010100111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D246B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D246B0; }

 p { color: rgb(210,70,176); }

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

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

 a { background-color: rgb(210,70,176); }

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

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

 span { border-color: rgb(210,70,176); }

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