Shades of Fuchsia #D754C3
Tints of Fuchsia #D754C3
RGB
CMYK
RGB Variations
Color information
#D754C3 (or 0xD754C3) is known color: Fuchsia. HEX triplet: D7, 54 and C3. RGB value is (215,84,195). Sum of RGB (Red+Green+Blue) = 215+84+195=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D754C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754C3 is #28AB3C. Grayscale: #878787. Windows color (decimal): -2665277 or 12801239. OLE color: 12801239.
HSL color Cylindrical-coordinate representation of color #D754C3: hue angle of 309.16º 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 #D754C3 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 195 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.16 |
| HSL | 309.16º | 0.62% | 0.59% | - |
| HSV(B) | 309.16º | 0.61% | 0.84% | - |
| XYZ | 41.04 | 24.73 | 54.24 | - |
| YUV | 135.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 195 | 0 | 0.61 | 0.09 | 0.16 | 309.16 | 0.62 | 0.59 |
| Hex | D7 | 54 | C3 | 0 | 3D | 9 | 10 | 135 | 3E | 3B |
| Octal | 327 | 124 | 303 | 0 | 75 | 11 | 20 | 465 | 76 | 73 |
| Binary | 11010111 | 1010100 | 11000011 | 0 | 111101 | 1001 | 10000 | 100110101 | 111110 | 111011 |
Color Harmonies of #D754C3
Complementary color
Monochromatic Colors of #D754C3
Black with #D754C3
Text Example
Text Example
White with #D754C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754C3; }
p { color: rgb(215,84,195); }
H1.HeaderClassName
{
color: #D754C3;
}
.AnyTagClassName
{
color: #D754C3;
}
</style>
background-color css
<style>
a { background-color: #D754C3; }
a { background-color: rgb(215,84,195); }
div.DivClassName
{
background-color: #D754C3;
}
.BgClassName
{
background-color: #D754C3;
}
</style>
border-color css
<style>
span { border-color: #D754C3; }
span { border-color: rgb(215,84,195); }
td.TdClassName
{
border-color: #D754C3;
}
.TagClassName
{
border-color: #D754C3;
}
</style>