Shades of Fuchsia #D93BBC
Tints of Fuchsia #D93BBC
RGB
CMYK
RGB Variations
Color information
#D93BBC (or 0xD93BBC) is known color: Fuchsia. HEX triplet: D9, 3B and BC. RGB value is (217,59,188). Sum of RGB (Red+Green+Blue) = 217+59+188=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BBC is #26C443. Grayscale: #787878. Windows color (decimal): -2540612 or 12336089. OLE color: 12336089.
HSL color Cylindrical-coordinate representation of color #D93BBC: hue angle of 311.01º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93BBC is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 188 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.15 |
| HSL | 311.01º | 0.68% | 0.54% | - |
| HSV(B) | 311.01º | 0.73% | 0.85% | - |
| XYZ | 39.26 | 21.51 | 49.66 | - |
| YUV | 120.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 188 | 0 | 0.73 | 0.13 | 0.15 | 311.01 | 0.68 | 0.54 |
| Hex | D9 | 3B | BC | 0 | 49 | D | F | 137 | 44 | 36 |
| Octal | 331 | 73 | 274 | 0 | 111 | 15 | 17 | 467 | 104 | 66 |
| Binary | 11011001 | 111011 | 10111100 | 0 | 1001001 | 1101 | 1111 | 100110111 | 1000100 | 110110 |
Color Harmonies of #D93BBC
Complementary color
Monochromatic Colors of #D93BBC
Black with #D93BBC
Text Example
Text Example
White with #D93BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BBC; }
p { color: rgb(217,59,188); }
H1.HeaderClassName
{
color: #D93BBC;
}
.AnyTagClassName
{
color: #D93BBC;
}
</style>
background-color css
<style>
a { background-color: #D93BBC; }
a { background-color: rgb(217,59,188); }
div.DivClassName
{
background-color: #D93BBC;
}
.BgClassName
{
background-color: #D93BBC;
}
</style>
border-color css
<style>
span { border-color: #D93BBC; }
span { border-color: rgb(217,59,188); }
td.TdClassName
{
border-color: #D93BBC;
}
.TagClassName
{
border-color: #D93BBC;
}
</style>