#D35FBA

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

Shades of Fuchsia #D35FBA

Tints of Fuchsia #D35FBA

Color information

#D35FBA (or 0xD35FBA) is unknown color: approx Fuchsia. HEX triplet: D3, 5F and BA. RGB value is (211,95,186). Sum of RGB (Red+Green+Blue) = 211+95+186=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FBA is #2CA045. Grayscale: #8B8B8B. Windows color (decimal): -2924614 or 12214227. OLE color: 12214227.

HSL color Cylindrical-coordinate representation of color #D35FBA: hue angle of 312.93º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35FBA is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB21195186-
CMYK00.550.120.17
HSL312.93º56.86%60%-
HSV(B)312.93º54.98%82.75%-
XYZ39.8225.5849.29-
YUV140.06153.93178.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.89%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=42.89%
G=19.31%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119518600.550.120.17312.9356.8660
HexD35FBA037C11139393c
Octal32313727206714214717174
Binary110100111011111101110100110111110010001100111001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35FBA; }

 p { color: rgb(211,95,186); }

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

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

 a { background-color: rgb(211,95,186); }

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

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

 span { border-color: rgb(211,95,186); }

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