#D83CB5

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

Shades of Fuchsia #D83CB5

Tints of Fuchsia #D83CB5

Color information

#D83CB5 (or 0xD83CB5) is unknown color: approx Fuchsia. HEX triplet: D8, 3C and B5. RGB value is (216,60,181). Sum of RGB (Red+Green+Blue) = 216+60+181=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CB5 is #27C34A. Grayscale: #787878. Windows color (decimal): -2605899 or 11877592. OLE color: 11877592.

HSL color Cylindrical-coordinate representation of color #D83CB5: hue angle of 313.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83CB5 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21660181-
CMYK00.720.160.15
HSL313.46º66.67%54.12%-
HSV(B)313.46º72.22%84.71%-
XYZ38.2821.1745.78-
YUV120.44162.18196.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 60 (23.83% from 255) = 13.13%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=47.26%
G=13.13%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166018100.720.160.15313.4666.6754.12
HexD83CB504810F1394336
Octal330742650110201747110366
Binary1101100011110010110101010010001000011111001110011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83CB5; }

 p { color: rgb(216,60,181); }

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

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

 a { background-color: rgb(216,60,181); }

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

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

 span { border-color: rgb(216,60,181); }

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