#D83DBF

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

Shades of Fuchsia #D83DBF

Tints of Fuchsia #D83DBF

Color information

#D83DBF (or 0xD83DBF) is unknown color: approx Fuchsia. HEX triplet: D8, 3D and BF. RGB value is (216,61,191). Sum of RGB (Red+Green+Blue) = 216+61+191=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DBF is #27C240. Grayscale: #797979. Windows color (decimal): -2605633 or 12533208. OLE color: 12533208.

HSL color Cylindrical-coordinate representation of color #D83DBF: hue angle of 309.68º 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 #D83DBF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21661191-
CMYK00.720.120.15
HSL309.68º66.52%54.31%-
HSV(B)309.68º71.76%84.71%-
XYZ39.3921.751.4-
YUV122.16166.85194.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 61 (24.22% from 255) = 13.03%
BLUE value IS 191 (75% from 255) = 40.81%
R=46.15%
G=13.03%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166119100.720.120.15309.6866.5254.31
HexD83DBF048CF1364336
Octal330752770110141746610366
Binary110110001111011011111101001000110011111001101101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83DBF; }

 p { color: rgb(216,61,191); }

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

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

 a { background-color: rgb(216,61,191); }

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

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

 span { border-color: rgb(216,61,191); }

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