#D93DBB

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

Shades of Fuchsia #D93DBB

Tints of Fuchsia #D93DBB

Color information

#D93DBB (or 0xD93DBB) is unknown color: approx Fuchsia. HEX triplet: D9, 3D and BB. RGB value is (217,61,187). Sum of RGB (Red+Green+Blue) = 217+61+187=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DBB is #26C244. Grayscale: #797979. Windows color (decimal): -2540101 or 12271065. OLE color: 12271065.

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

Color convert

RGB21761187-
CMYK00.720.140.15
HSL311.54º67.24%54.51%-
HSV(B)311.54º71.89%85.1%-
XYZ39.2521.6849.13-
YUV122.01164.68195.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=46.67%
G=13.12%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176118700.720.140.15311.5467.2454.51
HexD93DBB048EF1384337
Octal331752730110161747010367
Binary110110011111011011101101001000111011111001110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DBB; }

 p { color: rgb(217,61,187); }

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

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

 a { background-color: rgb(217,61,187); }

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

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

 span { border-color: rgb(217,61,187); }

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