Shades of Fuchsia #D54BC9
Tints of Fuchsia #D54BC9
RGB
CMYK
RGB Variations
Color information
#D54BC9 (or 0xD54BC9) is known color: Fuchsia. HEX triplet: D5, 4B and C9. RGB value is (213,75,201). Sum of RGB (Red+Green+Blue) = 213+75+201=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC9 is #2AB436. Grayscale: #828282. Windows color (decimal): -2798647 or 13192149. OLE color: 13192149.
HSL color Cylindrical-coordinate representation of color #D54BC9: hue angle of 305.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54BC9 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 201 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.16 |
| HSL | 305.22º | 0.62% | 0.56% | - |
| HSV(B) | 305.22º | 0.65% | 0.84% | - |
| XYZ | 40.5 | 23.4 | 57.64 | - |
| YUV | 130.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 201 | 0 | 0.65 | 0.06 | 0.16 | 305.22 | 0.62 | 0.56 |
| Hex | D5 | 4B | C9 | 0 | 41 | 6 | 10 | 131 | 3E | 38 |
| Octal | 325 | 113 | 311 | 0 | 101 | 6 | 20 | 461 | 76 | 70 |
| Binary | 11010101 | 1001011 | 11001001 | 0 | 1000001 | 110 | 10000 | 100110001 | 111110 | 111000 |
Color Harmonies of #D54BC9
Complementary color
Monochromatic Colors of #D54BC9
Black with #D54BC9
Text Example
Text Example
White with #D54BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BC9; }
p { color: rgb(213,75,201); }
H1.HeaderClassName
{
color: #D54BC9;
}
.AnyTagClassName
{
color: #D54BC9;
}
</style>
background-color css
<style>
a { background-color: #D54BC9; }
a { background-color: rgb(213,75,201); }
div.DivClassName
{
background-color: #D54BC9;
}
.BgClassName
{
background-color: #D54BC9;
}
</style>
border-color css
<style>
span { border-color: #D54BC9; }
span { border-color: rgb(213,75,201); }
td.TdClassName
{
border-color: #D54BC9;
}
.TagClassName
{
border-color: #D54BC9;
}
</style>