Shades of Fuchsia #D754C1
Tints of Fuchsia #D754C1
RGB
CMYK
RGB Variations
Color information
#D754C1 (or 0xD754C1) is known color: Fuchsia. HEX triplet: D7, 54 and C1. RGB value is (215,84,193). Sum of RGB (Red+Green+Blue) = 215+84+193=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D754C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754C1 is #28AB3E. Grayscale: #878787. Windows color (decimal): -2665279 or 12670167. OLE color: 12670167.
HSL color Cylindrical-coordinate representation of color #D754C1: hue angle of 310.08º 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 #D754C1 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 193 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.16 |
| HSL | 310.08º | 0.62% | 0.59% | - |
| HSV(B) | 310.08º | 0.61% | 0.84% | - |
| XYZ | 40.82 | 24.64 | 53.06 | - |
| YUV | 135.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 193 | 0 | 0.61 | 0.10 | 0.16 | 310.08 | 0.62 | 0.59 |
| Hex | D7 | 54 | C1 | 0 | 3D | A | 10 | 136 | 3E | 3B |
| Octal | 327 | 124 | 301 | 0 | 75 | 12 | 20 | 466 | 76 | 73 |
| Binary | 11010111 | 1010100 | 11000001 | 0 | 111101 | 1010 | 10000 | 100110110 | 111110 | 111011 |
Color Harmonies of #D754C1
Complementary color
Monochromatic Colors of #D754C1
Black with #D754C1
Text Example
Text Example
White with #D754C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754C1; }
p { color: rgb(215,84,193); }
H1.HeaderClassName
{
color: #D754C1;
}
.AnyTagClassName
{
color: #D754C1;
}
</style>
background-color css
<style>
a { background-color: #D754C1; }
a { background-color: rgb(215,84,193); }
div.DivClassName
{
background-color: #D754C1;
}
.BgClassName
{
background-color: #D754C1;
}
</style>
border-color css
<style>
span { border-color: #D754C1; }
span { border-color: rgb(215,84,193); }
td.TdClassName
{
border-color: #D754C1;
}
.TagClassName
{
border-color: #D754C1;
}
</style>