Shades of Fuchsia #D834CC
Tints of Fuchsia #D834CC
RGB
CMYK
RGB Variations
Color information
#D834CC (or 0xD834CC) is known color: Fuchsia. HEX triplet: D8, 34 and CC. RGB value is (216,52,204). Sum of RGB (Red+Green+Blue) = 216+52+204=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D834CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834CC is #27CB33. Grayscale: #757575. Windows color (decimal): -2607924 or 13382872. OLE color: 13382872.
HSL color Cylindrical-coordinate representation of color #D834CC: hue angle of 304.39º 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 #D834CC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 204 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.15 |
| HSL | 304.39º | 0.68% | 0.53% | - |
| HSV(B) | 304.39º | 0.76% | 0.85% | - |
| XYZ | 40.45 | 21.41 | 59.13 | - |
| YUV | 118.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 204 | 0 | 0.76 | 0.06 | 0.15 | 304.39 | 0.68 | 0.53 |
| Hex | D8 | 34 | CC | 0 | 4C | 6 | F | 130 | 44 | 35 |
| Octal | 330 | 64 | 314 | 0 | 114 | 6 | 17 | 460 | 104 | 65 |
| Binary | 11011000 | 110100 | 11001100 | 0 | 1001100 | 110 | 1111 | 100110000 | 1000100 | 110101 |
Color Harmonies of #D834CC
Complementary color
Monochromatic Colors of #D834CC
Black with #D834CC
Text Example
Text Example
White with #D834CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834CC; }
p { color: rgb(216,52,204); }
H1.HeaderClassName
{
color: #D834CC;
}
.AnyTagClassName
{
color: #D834CC;
}
</style>
background-color css
<style>
a { background-color: #D834CC; }
a { background-color: rgb(216,52,204); }
div.DivClassName
{
background-color: #D834CC;
}
.BgClassName
{
background-color: #D834CC;
}
</style>
border-color css
<style>
span { border-color: #D834CC; }
span { border-color: rgb(216,52,204); }
td.TdClassName
{
border-color: #D834CC;
}
.TagClassName
{
border-color: #D834CC;
}
</style>