Shades of Fuchsia #D93BBD
Tints of Fuchsia #D93BBD
RGB
CMYK
RGB Variations
Color information
#D93BBD (or 0xD93BBD) is known color: Fuchsia. HEX triplet: D9, 3B and BD. RGB value is (217,59,189). Sum of RGB (Red+Green+Blue) = 217+59+189=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BBD is #26C442. Grayscale: #787878. Windows color (decimal): -2540611 or 12401625. OLE color: 12401625.
HSL color Cylindrical-coordinate representation of color #D93BBD: hue angle of 310.63º 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 #D93BBD is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 189 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.15 |
| HSL | 310.63º | 0.68% | 0.54% | - |
| HSV(B) | 310.63º | 0.73% | 0.85% | - |
| XYZ | 39.36 | 21.55 | 50.23 | - |
| YUV | 121.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 189 | 0 | 0.73 | 0.13 | 0.15 | 310.63 | 0.68 | 0.54 |
| Hex | D9 | 3B | BD | 0 | 49 | D | F | 137 | 44 | 36 |
| Octal | 331 | 73 | 275 | 0 | 111 | 15 | 17 | 467 | 104 | 66 |
| Binary | 11011001 | 111011 | 10111101 | 0 | 1001001 | 1101 | 1111 | 100110111 | 1000100 | 110110 |
Color Harmonies of #D93BBD
Complementary color
Monochromatic Colors of #D93BBD
Black with #D93BBD
Text Example
Text Example
White with #D93BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BBD; }
p { color: rgb(217,59,189); }
H1.HeaderClassName
{
color: #D93BBD;
}
.AnyTagClassName
{
color: #D93BBD;
}
</style>
background-color css
<style>
a { background-color: #D93BBD; }
a { background-color: rgb(217,59,189); }
div.DivClassName
{
background-color: #D93BBD;
}
.BgClassName
{
background-color: #D93BBD;
}
</style>
border-color css
<style>
span { border-color: #D93BBD; }
span { border-color: rgb(217,59,189); }
td.TdClassName
{
border-color: #D93BBD;
}
.TagClassName
{
border-color: #D93BBD;
}
</style>