Shades of Fuchsia #D834C0
Tints of Fuchsia #D834C0
RGB
CMYK
RGB Variations
Color information
#D834C0 (or 0xD834C0) is known color: Fuchsia. HEX triplet: D8, 34 and C0. RGB value is (216,52,192). Sum of RGB (Red+Green+Blue) = 216+52+192=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D834C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834C0 is #27CB3F. Grayscale: #747474. Windows color (decimal): -2607936 or 12596440. OLE color: 12596440.
HSL color Cylindrical-coordinate representation of color #D834C0: hue angle of 308.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834C0 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 192 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.15 |
| HSL | 308.78º | 0.68% | 0.53% | - |
| HSV(B) | 308.78º | 0.76% | 0.85% | - |
| XYZ | 39.06 | 20.86 | 51.84 | - |
| YUV | 117 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 192 | 0 | 0.76 | 0.11 | 0.15 | 308.78 | 0.68 | 0.53 |
| Hex | D8 | 34 | C0 | 0 | 4C | B | F | 135 | 44 | 35 |
| Octal | 330 | 64 | 300 | 0 | 114 | 13 | 17 | 465 | 104 | 65 |
| Binary | 11011000 | 110100 | 11000000 | 0 | 1001100 | 1011 | 1111 | 100110101 | 1000100 | 110101 |
Color Harmonies of #D834C0
Complementary color
Monochromatic Colors of #D834C0
Black with #D834C0
Text Example
Text Example
White with #D834C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834C0; }
p { color: rgb(216,52,192); }
H1.HeaderClassName
{
color: #D834C0;
}
.AnyTagClassName
{
color: #D834C0;
}
</style>
background-color css
<style>
a { background-color: #D834C0; }
a { background-color: rgb(216,52,192); }
div.DivClassName
{
background-color: #D834C0;
}
.BgClassName
{
background-color: #D834C0;
}
</style>
border-color css
<style>
span { border-color: #D834C0; }
span { border-color: rgb(216,52,192); }
td.TdClassName
{
border-color: #D834C0;
}
.TagClassName
{
border-color: #D834C0;
}
</style>