Shades of Fuchsia #D93AB7
Tints of Fuchsia #D93AB7
RGB
CMYK
RGB Variations
Color information
#D93AB7 (or 0xD93AB7) is known color: Fuchsia. HEX triplet: D9, 3A and B7. RGB value is (217,58,183). Sum of RGB (Red+Green+Blue) = 217+58+183=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AB7 is #26C548. Grayscale: #777777. Windows color (decimal): -2540873 or 12008153. OLE color: 12008153.
HSL color Cylindrical-coordinate representation of color #D93AB7: hue angle of 312.83º 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 #D93AB7 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 183 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.15 |
| HSL | 312.83º | 0.68% | 0.54% | - |
| HSV(B) | 312.83º | 0.73% | 0.85% | - |
| XYZ | 38.68 | 21.2 | 46.85 | - |
| YUV | 119.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 183 | 0 | 0.73 | 0.16 | 0.15 | 312.83 | 0.68 | 0.54 |
| Hex | D9 | 3A | B7 | 0 | 49 | 10 | F | 139 | 44 | 36 |
| Octal | 331 | 72 | 267 | 0 | 111 | 20 | 17 | 471 | 104 | 66 |
| Binary | 11011001 | 111010 | 10110111 | 0 | 1001001 | 10000 | 1111 | 100111001 | 1000100 | 110110 |
Color Harmonies of #D93AB7
Complementary color
Monochromatic Colors of #D93AB7
Black with #D93AB7
Text Example
Text Example
White with #D93AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93AB7; }
p { color: rgb(217,58,183); }
H1.HeaderClassName
{
color: #D93AB7;
}
.AnyTagClassName
{
color: #D93AB7;
}
</style>
background-color css
<style>
a { background-color: #D93AB7; }
a { background-color: rgb(217,58,183); }
div.DivClassName
{
background-color: #D93AB7;
}
.BgClassName
{
background-color: #D93AB7;
}
</style>
border-color css
<style>
span { border-color: #D93AB7; }
span { border-color: rgb(217,58,183); }
td.TdClassName
{
border-color: #D93AB7;
}
.TagClassName
{
border-color: #D93AB7;
}
</style>