Shades of Fuchsia #D534B7
Tints of Fuchsia #D534B7
RGB
CMYK
RGB Variations
Color information
#D534B7 (or 0xD534B7) is known color: Fuchsia. HEX triplet: D5, 34 and B7. RGB value is (213,52,183). Sum of RGB (Red+Green+Blue) = 213+52+183=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D534B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534B7 is #2ACB48. Grayscale: #727272. Windows color (decimal): -2804553 or 12006613. OLE color: 12006613.
HSL color Cylindrical-coordinate representation of color #D534B7: hue angle of 311.18º 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 #D534B7 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 183 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.16 |
| HSL | 311.18º | 0.66% | 0.52% | - |
| HSV(B) | 311.18º | 0.76% | 0.84% | - |
| XYZ | 37.22 | 20.02 | 46.7 | - |
| YUV | 115.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 183 | 0 | 0.76 | 0.14 | 0.16 | 311.18 | 0.66 | 0.52 |
| Hex | D5 | 34 | B7 | 0 | 4C | E | 10 | 137 | 42 | 34 |
| Octal | 325 | 64 | 267 | 0 | 114 | 16 | 20 | 467 | 102 | 64 |
| Binary | 11010101 | 110100 | 10110111 | 0 | 1001100 | 1110 | 10000 | 100110111 | 1000010 | 110100 |
Color Harmonies of #D534B7
Complementary color
Monochromatic Colors of #D534B7
Black with #D534B7
Text Example
Text Example
White with #D534B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534B7; }
p { color: rgb(213,52,183); }
H1.HeaderClassName
{
color: #D534B7;
}
.AnyTagClassName
{
color: #D534B7;
}
</style>
background-color css
<style>
a { background-color: #D534B7; }
a { background-color: rgb(213,52,183); }
div.DivClassName
{
background-color: #D534B7;
}
.BgClassName
{
background-color: #D534B7;
}
</style>
border-color css
<style>
span { border-color: #D534B7; }
span { border-color: rgb(213,52,183); }
td.TdClassName
{
border-color: #D534B7;
}
.TagClassName
{
border-color: #D534B7;
}
</style>