#D93DB6

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

Shades of Fuchsia #D93DB6

Tints of Fuchsia #D93DB6

Color information

#D93DB6 (or 0xD93DB6) is unknown color: approx Fuchsia. HEX triplet: D9, 3D and B6. RGB value is (217,61,182). Sum of RGB (Red+Green+Blue) = 217+61+182=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DB6 is #26C249. Grayscale: #797979. Windows color (decimal): -2540106 or 11943385. OLE color: 11943385.

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

Color convert

RGB21761182-
CMYK00.720.160.15
HSL313.46º67.24%54.51%-
HSV(B)313.46º71.89%85.1%-
XYZ38.7321.4746.36-
YUV121.44162.18196.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 61 (24.22% from 255) = 13.26%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=47.17%
G=13.26%
B=39.57%

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
Decimal2176118200.720.160.15313.4667.2454.51
HexD93DB604810F1394337
Octal331752660110201747110367
Binary1101100111110110110110010010001000011111001110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DB6; }

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

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

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

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

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

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

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

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