Shades of Fuchsia #D54CBC
Tints of Fuchsia #D54CBC
RGB
CMYK
RGB Variations
Color information
#D54CBC (or 0xD54CBC) is known color: Fuchsia. HEX triplet: D5, 4C and BC. RGB value is (213,76,188). Sum of RGB (Red+Green+Blue) = 213+76+188=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CBC is #2AB343. Grayscale: #818181. Windows color (decimal): -2798404 or 12340437. OLE color: 12340437.
HSL color Cylindrical-coordinate representation of color #D54CBC: hue angle of 310.95º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54CBC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 188 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.16 |
| HSL | 310.95º | 0.62% | 0.57% | - |
| HSV(B) | 310.95º | 0.64% | 0.84% | - |
| XYZ | 39.1 | 22.95 | 49.95 | - |
| YUV | 129.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 188 | 0 | 0.64 | 0.12 | 0.16 | 310.95 | 0.62 | 0.57 |
| Hex | D5 | 4C | BC | 0 | 40 | C | 10 | 137 | 3E | 39 |
| Octal | 325 | 114 | 274 | 0 | 100 | 14 | 20 | 467 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10111100 | 0 | 1000000 | 1100 | 10000 | 100110111 | 111110 | 111001 |
Color Harmonies of #D54CBC
Complementary color
Monochromatic Colors of #D54CBC
Black with #D54CBC
Text Example
Text Example
White with #D54CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CBC; }
p { color: rgb(213,76,188); }
H1.HeaderClassName
{
color: #D54CBC;
}
.AnyTagClassName
{
color: #D54CBC;
}
</style>
background-color css
<style>
a { background-color: #D54CBC; }
a { background-color: rgb(213,76,188); }
div.DivClassName
{
background-color: #D54CBC;
}
.BgClassName
{
background-color: #D54CBC;
}
</style>
border-color css
<style>
span { border-color: #D54CBC; }
span { border-color: rgb(213,76,188); }
td.TdClassName
{
border-color: #D54CBC;
}
.TagClassName
{
border-color: #D54CBC;
}
</style>