Shades of Fuchsia #D93BBE
Tints of Fuchsia #D93BBE
RGB
CMYK
RGB Variations
Color information
#D93BBE (or 0xD93BBE) is known color: Fuchsia. HEX triplet: D9, 3B and BE. RGB value is (217,59,190). Sum of RGB (Red+Green+Blue) = 217+59+190=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BBE is #26C441. Grayscale: #787878. Windows color (decimal): -2540610 or 12467161. OLE color: 12467161.
HSL color Cylindrical-coordinate representation of color #D93BBE: hue angle of 310.25º 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 #D93BBE is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 190 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.15 |
| HSL | 310.25º | 0.68% | 0.54% | - |
| HSV(B) | 310.25º | 0.73% | 0.85% | - |
| XYZ | 39.47 | 21.6 | 50.8 | - |
| YUV | 121.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 190 | 0 | 0.73 | 0.12 | 0.15 | 310.25 | 0.68 | 0.54 |
| Hex | D9 | 3B | BE | 0 | 49 | C | F | 136 | 44 | 36 |
| Octal | 331 | 73 | 276 | 0 | 111 | 14 | 17 | 466 | 104 | 66 |
| Binary | 11011001 | 111011 | 10111110 | 0 | 1001001 | 1100 | 1111 | 100110110 | 1000100 | 110110 |
Color Harmonies of #D93BBE
Complementary color
Monochromatic Colors of #D93BBE
Black with #D93BBE
Text Example
Text Example
White with #D93BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BBE; }
p { color: rgb(217,59,190); }
H1.HeaderClassName
{
color: #D93BBE;
}
.AnyTagClassName
{
color: #D93BBE;
}
</style>
background-color css
<style>
a { background-color: #D93BBE; }
a { background-color: rgb(217,59,190); }
div.DivClassName
{
background-color: #D93BBE;
}
.BgClassName
{
background-color: #D93BBE;
}
</style>
border-color css
<style>
span { border-color: #D93BBE; }
span { border-color: rgb(217,59,190); }
td.TdClassName
{
border-color: #D93BBE;
}
.TagClassName
{
border-color: #D93BBE;
}
</style>