Shades of Fuchsia #D534CF
Tints of Fuchsia #D534CF
RGB
CMYK
RGB Variations
Color information
#D534CF (or 0xD534CF) is known color: Fuchsia. HEX triplet: D5, 34 and CF. RGB value is (213,52,207). Sum of RGB (Red+Green+Blue) = 213+52+207=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D534CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534CF is #2ACB30. Grayscale: #757575. Windows color (decimal): -2804529 or 13579477. OLE color: 13579477.
HSL color Cylindrical-coordinate representation of color #D534CF: hue angle of 302.24º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534CF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 207 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.16 |
| HSL | 302.24º | 0.66% | 0.52% | - |
| HSV(B) | 302.24º | 0.76% | 0.84% | - |
| XYZ | 39.93 | 21.11 | 61 | - |
| YUV | 117.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 207 | 0 | 0.76 | 0.03 | 0.16 | 302.24 | 0.66 | 0.52 |
| Hex | D5 | 34 | CF | 0 | 4C | 3 | 10 | 12E | 42 | 34 |
| Octal | 325 | 64 | 317 | 0 | 114 | 3 | 20 | 456 | 102 | 64 |
| Binary | 11010101 | 110100 | 11001111 | 0 | 1001100 | 11 | 10000 | 100101110 | 1000010 | 110100 |
Color Harmonies of #D534CF
Complementary color
Monochromatic Colors of #D534CF
Black with #D534CF
Text Example
Text Example
White with #D534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534CF; }
p { color: rgb(213,52,207); }
H1.HeaderClassName
{
color: #D534CF;
}
.AnyTagClassName
{
color: #D534CF;
}
</style>
background-color css
<style>
a { background-color: #D534CF; }
a { background-color: rgb(213,52,207); }
div.DivClassName
{
background-color: #D534CF;
}
.BgClassName
{
background-color: #D534CF;
}
</style>
border-color css
<style>
span { border-color: #D534CF; }
span { border-color: rgb(213,52,207); }
td.TdClassName
{
border-color: #D534CF;
}
.TagClassName
{
border-color: #D534CF;
}
</style>