Shades of Fuchsia #D93CB5
Tints of Fuchsia #D93CB5
RGB
CMYK
RGB Variations
Color information
#D93CB5 (or 0xD93CB5) is known color: Fuchsia. HEX triplet: D9, 3C and B5. RGB value is (217,60,181). Sum of RGB (Red+Green+Blue) = 217+60+181=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CB5 is #26C34A. Grayscale: #787878. Windows color (decimal): -2540363 or 11877593. OLE color: 11877593.
HSL color Cylindrical-coordinate representation of color #D93CB5: hue angle of 313.76º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CB5 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 181 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.15 |
| HSL | 313.76º | 0.67% | 0.54% | - |
| HSV(B) | 313.76º | 0.72% | 0.85% | - |
| XYZ | 38.57 | 21.32 | 45.8 | - |
| YUV | 120.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 181 | 0 | 0.72 | 0.17 | 0.15 | 313.76 | 0.67 | 0.54 |
| Hex | D9 | 3C | B5 | 0 | 48 | 11 | F | 13A | 43 | 36 |
| Octal | 331 | 74 | 265 | 0 | 110 | 21 | 17 | 472 | 103 | 66 |
| Binary | 11011001 | 111100 | 10110101 | 0 | 1001000 | 10001 | 1111 | 100111010 | 1000011 | 110110 |
Color Harmonies of #D93CB5
Complementary color
Monochromatic Colors of #D93CB5
Black with #D93CB5
Text Example
Text Example
White with #D93CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CB5; }
p { color: rgb(217,60,181); }
H1.HeaderClassName
{
color: #D93CB5;
}
.AnyTagClassName
{
color: #D93CB5;
}
</style>
background-color css
<style>
a { background-color: #D93CB5; }
a { background-color: rgb(217,60,181); }
div.DivClassName
{
background-color: #D93CB5;
}
.BgClassName
{
background-color: #D93CB5;
}
</style>
border-color css
<style>
span { border-color: #D93CB5; }
span { border-color: rgb(217,60,181); }
td.TdClassName
{
border-color: #D93CB5;
}
.TagClassName
{
border-color: #D93CB5;
}
</style>