Shades of Fuchsia #D93DB6
Tints of Fuchsia #D93DB6
RGB
CMYK
RGB Variations
Color information
#D93DB6 (or 0xD93DB6) is known color: 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
| RGB | 217 | 61 | 182 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.15 |
| HSL | 313.46º | 0.67% | 0.55% | - |
| HSV(B) | 313.46º | 0.72% | 0.85% | - |
| XYZ | 38.73 | 21.47 | 46.36 | - |
| YUV | 121.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 182 | 0 | 0.72 | 0.16 | 0.15 | 313.46 | 0.67 | 0.55 |
| Hex | D9 | 3D | B6 | 0 | 48 | 10 | F | 139 | 43 | 37 |
| Octal | 331 | 75 | 266 | 0 | 110 | 20 | 17 | 471 | 103 | 67 |
| Binary | 11011001 | 111101 | 10110110 | 0 | 1001000 | 10000 | 1111 | 100111001 | 1000011 | 110111 |
Color Harmonies of #D93DB6
Complementary color
Monochromatic Colors of #D93DB6
Black with #D93DB6
Text Example
Text Example
White with #D93DB6
Text Example
Text Example
HTML Codes & Css Web 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>