#D046CB

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

Shades of Fuchsia #D046CB

Tints of Fuchsia #D046CB

Color information

#D046CB (or 0xD046CB) is unknown color: approx Fuchsia. HEX triplet: D0, 46 and CB. RGB value is (208,70,203). Sum of RGB (Red+Green+Blue) = 208+70+203=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D046CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046CB is #2FB934. Grayscale: #7E7E7E. Windows color (decimal): -3127605 or 13321936. OLE color: 13321936.

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

Color convert

RGB20870203-
CMYK00.660.020.18
HSL302.17º59.48%54.51%-
HSV(B)302.17º66.35%81.57%-
XYZ38.9822.158.71-
YUV126.42171.22186.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 70 (27.73% from 255) = 14.55%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=43.24%
G=14.55%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087020300.660.020.18302.1759.4854.51
HexD046CB04221212e3b37
Octal32010631301022224567367
Binary11010000100011011001011010000101010010100101110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D046CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D046CB; }

 p { color: rgb(208,70,203); }

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

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

 a { background-color: rgb(208,70,203); }

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

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

 span { border-color: rgb(208,70,203); }

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