Shades of Fuchsia #D754C0
Tints of Fuchsia #D754C0
RGB
CMYK
RGB Variations
Color information
#D754C0 (or 0xD754C0) is known color: Fuchsia. HEX triplet: D7, 54 and C0. RGB value is (215,84,192). Sum of RGB (Red+Green+Blue) = 215+84+192=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D754C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754C0 is #28AB3F. Grayscale: #878787. Windows color (decimal): -2665280 or 12604631. OLE color: 12604631.
HSL color Cylindrical-coordinate representation of color #D754C0: hue angle of 310.53º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754C0 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 192 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.16 |
| HSL | 310.53º | 0.62% | 0.59% | - |
| HSV(B) | 310.53º | 0.61% | 0.84% | - |
| XYZ | 40.71 | 24.59 | 52.47 | - |
| YUV | 135.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 192 | 0 | 0.61 | 0.11 | 0.16 | 310.53 | 0.62 | 0.59 |
| Hex | D7 | 54 | C0 | 0 | 3D | B | 10 | 137 | 3E | 3B |
| Octal | 327 | 124 | 300 | 0 | 75 | 13 | 20 | 467 | 76 | 73 |
| Binary | 11010111 | 1010100 | 11000000 | 0 | 111101 | 1011 | 10000 | 100110111 | 111110 | 111011 |
Color Harmonies of #D754C0
Complementary color
Monochromatic Colors of #D754C0
Black with #D754C0
Text Example
Text Example
White with #D754C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754C0; }
p { color: rgb(215,84,192); }
H1.HeaderClassName
{
color: #D754C0;
}
.AnyTagClassName
{
color: #D754C0;
}
</style>
background-color css
<style>
a { background-color: #D754C0; }
a { background-color: rgb(215,84,192); }
div.DivClassName
{
background-color: #D754C0;
}
.BgClassName
{
background-color: #D754C0;
}
</style>
border-color css
<style>
span { border-color: #D754C0; }
span { border-color: rgb(215,84,192); }
td.TdClassName
{
border-color: #D754C0;
}
.TagClassName
{
border-color: #D754C0;
}
</style>