Shades of Fuchsia #D534C9
Tints of Fuchsia #D534C9
RGB
CMYK
RGB Variations
Color information
#D534C9 (or 0xD534C9) is known color: Fuchsia. HEX triplet: D5, 34 and C9. RGB value is (213,52,201). Sum of RGB (Red+Green+Blue) = 213+52+201=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D534C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534C9 is #2ACB36. Grayscale: #747474. Windows color (decimal): -2804535 or 13186261. OLE color: 13186261.
HSL color Cylindrical-coordinate representation of color #D534C9: hue angle of 304.47º 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 #D534C9 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 201 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.16 |
| HSL | 304.47º | 0.66% | 0.52% | - |
| HSV(B) | 304.47º | 0.76% | 0.84% | - |
| XYZ | 39.21 | 20.82 | 57.21 | - |
| YUV | 117.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 201 | 0 | 0.76 | 0.06 | 0.16 | 304.47 | 0.66 | 0.52 |
| Hex | D5 | 34 | C9 | 0 | 4C | 6 | 10 | 130 | 42 | 34 |
| Octal | 325 | 64 | 311 | 0 | 114 | 6 | 20 | 460 | 102 | 64 |
| Binary | 11010101 | 110100 | 11001001 | 0 | 1001100 | 110 | 10000 | 100110000 | 1000010 | 110100 |
Color Harmonies of #D534C9
Complementary color
Monochromatic Colors of #D534C9
Black with #D534C9
Text Example
Text Example
White with #D534C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534C9; }
p { color: rgb(213,52,201); }
H1.HeaderClassName
{
color: #D534C9;
}
.AnyTagClassName
{
color: #D534C9;
}
</style>
background-color css
<style>
a { background-color: #D534C9; }
a { background-color: rgb(213,52,201); }
div.DivClassName
{
background-color: #D534C9;
}
.BgClassName
{
background-color: #D534C9;
}
</style>
border-color css
<style>
span { border-color: #D534C9; }
span { border-color: rgb(213,52,201); }
td.TdClassName
{
border-color: #D534C9;
}
.TagClassName
{
border-color: #D534C9;
}
</style>