#D246BA

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

Shades of Fuchsia #D246BA

Tints of Fuchsia #D246BA

Color information

#D246BA (or 0xD246BA) is unknown color: approx Fuchsia. HEX triplet: D2, 46 and BA. RGB value is (210,70,186). Sum of RGB (Red+Green+Blue) = 210+70+186=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D246BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246BA is #2DB945. Grayscale: #7C7C7C. Windows color (decimal): -2996550 or 12207826. OLE color: 12207826.

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

Color convert

RGB21070186-
CMYK00.670.110.18
HSL310.29º60.87%54.9%-
HSV(B)310.29º66.67%82.35%-
XYZ37.6321.6348.65-
YUV125.08162.38188.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 70 (27.73% from 255) = 15.02%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=45.06%
G=15.02%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107018600.670.110.18310.2960.8754.9
HexD246BA043B121363d37
Octal322106272010313224667567
Binary1101001010001101011101001000011101110010100110110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D246BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D246BA; }

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

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

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

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

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

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

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

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