Shades of Fuchsia #D54CCA
Tints of Fuchsia #D54CCA
RGB
CMYK
RGB Variations
Color information
#D54CCA (or 0xD54CCA) is known color: Fuchsia. HEX triplet: D5, 4C and CA. RGB value is (213,76,202). Sum of RGB (Red+Green+Blue) = 213+76+202=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CCA is #2AB335. Grayscale: #828282. Windows color (decimal): -2798390 or 13257941. OLE color: 13257941.
HSL color Cylindrical-coordinate representation of color #D54CCA: hue angle of 304.82º 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 #D54CCA is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 202 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.16 |
| HSL | 304.82º | 0.62% | 0.57% | - |
| HSV(B) | 304.82º | 0.64% | 0.84% | - |
| XYZ | 40.69 | 23.58 | 58.28 | - |
| YUV | 131.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 202 | 0 | 0.64 | 0.05 | 0.16 | 304.82 | 0.62 | 0.57 |
| Hex | D5 | 4C | CA | 0 | 40 | 5 | 10 | 131 | 3E | 39 |
| Octal | 325 | 114 | 312 | 0 | 100 | 5 | 20 | 461 | 76 | 71 |
| Binary | 11010101 | 1001100 | 11001010 | 0 | 1000000 | 101 | 10000 | 100110001 | 111110 | 111001 |
Color Harmonies of #D54CCA
Complementary color
Monochromatic Colors of #D54CCA
Black with #D54CCA
Text Example
Text Example
White with #D54CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CCA; }
p { color: rgb(213,76,202); }
H1.HeaderClassName
{
color: #D54CCA;
}
.AnyTagClassName
{
color: #D54CCA;
}
</style>
background-color css
<style>
a { background-color: #D54CCA; }
a { background-color: rgb(213,76,202); }
div.DivClassName
{
background-color: #D54CCA;
}
.BgClassName
{
background-color: #D54CCA;
}
</style>
border-color css
<style>
span { border-color: #D54CCA; }
span { border-color: rgb(213,76,202); }
td.TdClassName
{
border-color: #D54CCA;
}
.TagClassName
{
border-color: #D54CCA;
}
</style>