Shades of Fuchsia #D93BC2
Tints of Fuchsia #D93BC2
RGB
CMYK
RGB Variations
Color information
#D93BC2 (or 0xD93BC2) is known color: Fuchsia. HEX triplet: D9, 3B and C2. RGB value is (217,59,194). Sum of RGB (Red+Green+Blue) = 217+59+194=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BC2 is #26C43D. Grayscale: #797979. Windows color (decimal): -2540606 or 12729305. OLE color: 12729305.
HSL color Cylindrical-coordinate representation of color #D93BC2: hue angle of 308.73º 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 #D93BC2 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 194 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.15 |
| HSL | 308.73º | 0.68% | 0.54% | - |
| HSV(B) | 308.73º | 0.73% | 0.85% | - |
| XYZ | 39.92 | 21.77 | 53.14 | - |
| YUV | 121.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 194 | 0 | 0.73 | 0.11 | 0.15 | 308.73 | 0.68 | 0.54 |
| Hex | D9 | 3B | C2 | 0 | 49 | B | F | 135 | 44 | 36 |
| Octal | 331 | 73 | 302 | 0 | 111 | 13 | 17 | 465 | 104 | 66 |
| Binary | 11011001 | 111011 | 11000010 | 0 | 1001001 | 1011 | 1111 | 100110101 | 1000100 | 110110 |
Color Harmonies of #D93BC2
Complementary color
Monochromatic Colors of #D93BC2
Black with #D93BC2
Text Example
Text Example
White with #D93BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BC2; }
p { color: rgb(217,59,194); }
H1.HeaderClassName
{
color: #D93BC2;
}
.AnyTagClassName
{
color: #D93BC2;
}
</style>
background-color css
<style>
a { background-color: #D93BC2; }
a { background-color: rgb(217,59,194); }
div.DivClassName
{
background-color: #D93BC2;
}
.BgClassName
{
background-color: #D93BC2;
}
</style>
border-color css
<style>
span { border-color: #D93BC2; }
span { border-color: rgb(217,59,194); }
td.TdClassName
{
border-color: #D93BC2;
}
.TagClassName
{
border-color: #D93BC2;
}
</style>