#D855BA

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

Shades of Fuchsia #D855BA

Tints of Fuchsia #D855BA

Color information

#D855BA (or 0xD855BA) is unknown color: approx Fuchsia. HEX triplet: D8, 55 and BA. RGB value is (216,85,186). Sum of RGB (Red+Green+Blue) = 216+85+186=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D855BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855BA is #27AA45. Grayscale: #878787. Windows color (decimal): -2599494 or 12211672. OLE color: 12211672.

HSL color Cylindrical-coordinate representation of color #D855BA: hue angle of 313.74º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855BA is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21685186-
CMYK00.610.140.15
HSL313.74º62.68%59.02%-
HSV(B)313.74º60.65%84.71%-
XYZ40.4324.6449.08-
YUV135.68156.4185.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=44.35%
G=17.45%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168518600.610.140.15313.7462.6859.02
HexD855BA03DEF13a3f3b
Octal33012527207516174727773
Binary11011000101010110111010011110111101111100111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D855BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D855BA; }

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

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

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

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

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

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

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

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