Shades of Fuchsia #D54CC3
Tints of Fuchsia #D54CC3
RGB
CMYK
RGB Variations
Color information
#D54CC3 (or 0xD54CC3) is known color: Fuchsia. HEX triplet: D5, 4C and C3. RGB value is (213,76,195). Sum of RGB (Red+Green+Blue) = 213+76+195=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC3 is #2AB33C. Grayscale: #828282. Windows color (decimal): -2798397 or 12799189. OLE color: 12799189.
HSL color Cylindrical-coordinate representation of color #D54CC3: hue angle of 307.88º 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 #D54CC3 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 195 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.16 |
| HSL | 307.88º | 0.62% | 0.57% | - |
| HSV(B) | 307.88º | 0.64% | 0.84% | - |
| XYZ | 39.88 | 23.26 | 54.02 | - |
| YUV | 130.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 195 | 0 | 0.64 | 0.08 | 0.16 | 307.88 | 0.62 | 0.57 |
| Hex | D5 | 4C | C3 | 0 | 40 | 8 | 10 | 134 | 3E | 39 |
| Octal | 325 | 114 | 303 | 0 | 100 | 10 | 20 | 464 | 76 | 71 |
| Binary | 11010101 | 1001100 | 11000011 | 0 | 1000000 | 1000 | 10000 | 100110100 | 111110 | 111001 |
Color Harmonies of #D54CC3
Complementary color
Monochromatic Colors of #D54CC3
Black with #D54CC3
Text Example
Text Example
White with #D54CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CC3; }
p { color: rgb(213,76,195); }
H1.HeaderClassName
{
color: #D54CC3;
}
.AnyTagClassName
{
color: #D54CC3;
}
</style>
background-color css
<style>
a { background-color: #D54CC3; }
a { background-color: rgb(213,76,195); }
div.DivClassName
{
background-color: #D54CC3;
}
.BgClassName
{
background-color: #D54CC3;
}
</style>
border-color css
<style>
span { border-color: #D54CC3; }
span { border-color: rgb(213,76,195); }
td.TdClassName
{
border-color: #D54CC3;
}
.TagClassName
{
border-color: #D54CC3;
}
</style>