Shades of Fuchsia #D534B2
Tints of Fuchsia #D534B2
RGB
CMYK
RGB Variations
Color information
#D534B2 (or 0xD534B2) is known color: Fuchsia. HEX triplet: D5, 34 and B2. RGB value is (213,52,178). Sum of RGB (Red+Green+Blue) = 213+52+178=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D534B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534B2 is #2ACB4D. Grayscale: #727272. Windows color (decimal): -2804558 or 11678933. OLE color: 11678933.
HSL color Cylindrical-coordinate representation of color #D534B2: hue angle of 313.04º 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 #D534B2 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 178 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.16 |
| HSL | 313.04º | 0.66% | 0.52% | - |
| HSV(B) | 313.04º | 0.76% | 0.84% | - |
| XYZ | 36.7 | 19.82 | 44.01 | - |
| YUV | 114.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 178 | 0 | 0.76 | 0.16 | 0.16 | 313.04 | 0.66 | 0.52 |
| Hex | D5 | 34 | B2 | 0 | 4C | 10 | 10 | 139 | 42 | 34 |
| Octal | 325 | 64 | 262 | 0 | 114 | 20 | 20 | 471 | 102 | 64 |
| Binary | 11010101 | 110100 | 10110010 | 0 | 1001100 | 10000 | 10000 | 100111001 | 1000010 | 110100 |
Color Harmonies of #D534B2
Complementary color
Monochromatic Colors of #D534B2
Black with #D534B2
Text Example
Text Example
White with #D534B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534B2; }
p { color: rgb(213,52,178); }
H1.HeaderClassName
{
color: #D534B2;
}
.AnyTagClassName
{
color: #D534B2;
}
</style>
background-color css
<style>
a { background-color: #D534B2; }
a { background-color: rgb(213,52,178); }
div.DivClassName
{
background-color: #D534B2;
}
.BgClassName
{
background-color: #D534B2;
}
</style>
border-color css
<style>
span { border-color: #D534B2; }
span { border-color: rgb(213,52,178); }
td.TdClassName
{
border-color: #D534B2;
}
.TagClassName
{
border-color: #D534B2;
}
</style>