#D55DBF

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

Shades of Fuchsia #D55DBF

Tints of Fuchsia #D55DBF

Color information

#D55DBF (or 0xD55DBF) is unknown color: approx Fuchsia. HEX triplet: D5, 5D and BF. RGB value is (213,93,191). Sum of RGB (Red+Green+Blue) = 213+93+191=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DBF is #2AA240. Grayscale: #8B8B8B. Windows color (decimal): -2794049 or 12541397. OLE color: 12541397.

HSL color Cylindrical-coordinate representation of color #D55DBF: hue angle of 311º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DBF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21393191-
CMYK00.560.100.16
HSL311º58.82%60%-
HSV(B)311º56.34%83.53%-
XYZ40.7625.7452.11-
YUV140.05156.76180.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 191 (75% from 255) = 38.43%
R=42.86%
G=18.71%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139319100.560.100.1631158.8260
HexD55DBF038A101373b3c
Octal32513527707012204677374
Binary110101011011101101111110111000101010000100110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DBF; }

 p { color: rgb(213,93,191); }

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

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

 a { background-color: rgb(213,93,191); }

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

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

 span { border-color: rgb(213,93,191); }

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