Shades of Fuchsia #D834C2
Tints of Fuchsia #D834C2
RGB
CMYK
RGB Variations
Color information
#D834C2 (or 0xD834C2) is known color: Fuchsia. HEX triplet: D8, 34 and C2. RGB value is (216,52,194). Sum of RGB (Red+Green+Blue) = 216+52+194=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D834C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834C2 is #27CB3D. Grayscale: #747474. Windows color (decimal): -2607934 or 12727512. OLE color: 12727512.
HSL color Cylindrical-coordinate representation of color #D834C2: hue angle of 308.05º 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 #D834C2 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 194 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.15 |
| HSL | 308.05º | 0.68% | 0.53% | - |
| HSV(B) | 308.05º | 0.76% | 0.85% | - |
| XYZ | 39.28 | 20.95 | 53.01 | - |
| YUV | 117.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 194 | 0 | 0.76 | 0.10 | 0.15 | 308.05 | 0.68 | 0.53 |
| Hex | D8 | 34 | C2 | 0 | 4C | A | F | 134 | 44 | 35 |
| Octal | 330 | 64 | 302 | 0 | 114 | 12 | 17 | 464 | 104 | 65 |
| Binary | 11011000 | 110100 | 11000010 | 0 | 1001100 | 1010 | 1111 | 100110100 | 1000100 | 110101 |
Color Harmonies of #D834C2
Complementary color
Monochromatic Colors of #D834C2
Black with #D834C2
Text Example
Text Example
White with #D834C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834C2; }
p { color: rgb(216,52,194); }
H1.HeaderClassName
{
color: #D834C2;
}
.AnyTagClassName
{
color: #D834C2;
}
</style>
background-color css
<style>
a { background-color: #D834C2; }
a { background-color: rgb(216,52,194); }
div.DivClassName
{
background-color: #D834C2;
}
.BgClassName
{
background-color: #D834C2;
}
</style>
border-color css
<style>
span { border-color: #D834C2; }
span { border-color: rgb(216,52,194); }
td.TdClassName
{
border-color: #D834C2;
}
.TagClassName
{
border-color: #D834C2;
}
</style>