#D035B3

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

Shades of Fuchsia #D035B3

Tints of Fuchsia #D035B3

Color information

#D035B3 (or 0xD035B3) is unknown color: approx Fuchsia. HEX triplet: D0, 35 and B3. RGB value is (208,53,179). Sum of RGB (Red+Green+Blue) = 208+53+179=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D035B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035B3 is #2FCA4C. Grayscale: #717171. Windows color (decimal): -3131981 or 11744720. OLE color: 11744720.

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

Color convert

RGB20853179-
CMYK00.750.140.18
HSL311.23º62.25%51.18%-
HSV(B)311.23º74.52%81.57%-
XYZ35.4219.2144.49-
YUV113.71164.85195.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 53 (21.09% from 255) = 12.05%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=47.27%
G=12.05%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085317900.750.140.18311.2362.2551.18
HexD035B304BE121373e33
Octal32065263011316224677663
Binary110100001101011011001101001011111010010100110111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D035B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D035B3; }

 p { color: rgb(208,53,179); }

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

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

 a { background-color: rgb(208,53,179); }

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

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

 span { border-color: rgb(208,53,179); }

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