#D034B9

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

Shades of Fuchsia #D034B9

Tints of Fuchsia #D034B9

Color information

#D034B9 (or 0xD034B9) is unknown color: approx Fuchsia. HEX triplet: D0, 34 and B9. RGB value is (208,52,185). Sum of RGB (Red+Green+Blue) = 208+52+185=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D034B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034B9 is #2FCB46. Grayscale: #717171. Windows color (decimal): -3132231 or 12137680. OLE color: 12137680.

HSL color Cylindrical-coordinate representation of color #D034B9: hue angle of 308.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034B9 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20852185-
CMYK00.750.110.18
HSL308.85º62.4%50.98%-
HSV(B)308.85º75%81.57%-
XYZ3619.3747.74-
YUV113.81168.18195.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 52 (20.70% from 255) = 11.69%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=46.74%
G=11.69%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085218500.750.110.18308.8562.450.98
HexD034B904BB121353e33
Octal32064271011313224657663
Binary110100001101001011100101001011101110010100110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D034B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D034B9; }

 p { color: rgb(208,52,185); }

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

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

 a { background-color: rgb(208,52,185); }

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

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

 span { border-color: rgb(208,52,185); }

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