Shades of Fuchsia #D54BC7
Tints of Fuchsia #D54BC7
RGB
CMYK
RGB Variations
Color information
#D54BC7 (or 0xD54BC7) is known color: Fuchsia. HEX triplet: D5, 4B and C7. RGB value is (213,75,199). Sum of RGB (Red+Green+Blue) = 213+75+199=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC7 is #2AB438. Grayscale: #828282. Windows color (decimal): -2798649 or 13061077. OLE color: 13061077.
HSL color Cylindrical-coordinate representation of color #D54BC7: hue angle of 306.09º 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 #D54BC7 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 199 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.16 |
| HSL | 306.09º | 0.62% | 0.56% | - |
| HSV(B) | 306.09º | 0.65% | 0.84% | - |
| XYZ | 40.27 | 23.3 | 56.41 | - |
| YUV | 130.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 199 | 0 | 0.65 | 0.07 | 0.16 | 306.09 | 0.62 | 0.56 |
| Hex | D5 | 4B | C7 | 0 | 41 | 7 | 10 | 132 | 3E | 38 |
| Octal | 325 | 113 | 307 | 0 | 101 | 7 | 20 | 462 | 76 | 70 |
| Binary | 11010101 | 1001011 | 11000111 | 0 | 1000001 | 111 | 10000 | 100110010 | 111110 | 111000 |
Color Harmonies of #D54BC7
Complementary color
Monochromatic Colors of #D54BC7
Black with #D54BC7
Text Example
Text Example
White with #D54BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BC7; }
p { color: rgb(213,75,199); }
H1.HeaderClassName
{
color: #D54BC7;
}
.AnyTagClassName
{
color: #D54BC7;
}
</style>
background-color css
<style>
a { background-color: #D54BC7; }
a { background-color: rgb(213,75,199); }
div.DivClassName
{
background-color: #D54BC7;
}
.BgClassName
{
background-color: #D54BC7;
}
</style>
border-color css
<style>
span { border-color: #D54BC7; }
span { border-color: rgb(213,75,199); }
td.TdClassName
{
border-color: #D54BC7;
}
.TagClassName
{
border-color: #D54BC7;
}
</style>