#D355BA

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

Shades of Fuchsia #D355BA

Tints of Fuchsia #D355BA

Color information

#D355BA (or 0xD355BA) is unknown color: approx Fuchsia. HEX triplet: D3, 55 and BA. RGB value is (211,85,186). Sum of RGB (Red+Green+Blue) = 211+85+186=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D355BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355BA is #2CAA45. Grayscale: #858585. Windows color (decimal): -2927174 or 12211667. OLE color: 12211667.

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

Color convert

RGB21185186-
CMYK00.600.120.17
HSL311.9º58.88%58.04%-
HSV(B)311.9º59.72%82.75%-
XYZ38.9823.8949.01-
YUV134.19157.24182.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 85 (33.59% from 255) = 17.63%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=43.78%
G=17.63%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118518600.600.120.17311.958.8858.04
HexD355BA03CC111383b3a
Octal32312527207414214707372
Binary110100111010101101110100111100110010001100111000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D355BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D355BA; }

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

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

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

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

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

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

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

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