Shades of Fuchsia #D534CA
Tints of Fuchsia #D534CA
RGB
CMYK
RGB Variations
Color information
#D534CA (or 0xD534CA) is known color: Fuchsia. HEX triplet: D5, 34 and CA. RGB value is (213,52,202). Sum of RGB (Red+Green+Blue) = 213+52+202=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D534CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534CA is #2ACB35. Grayscale: #747474. Windows color (decimal): -2804534 or 13251797. OLE color: 13251797.
HSL color Cylindrical-coordinate representation of color #D534CA: hue angle of 304.1º 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 #D534CA is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 202 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.16 |
| HSL | 304.1º | 0.66% | 0.52% | - |
| HSV(B) | 304.1º | 0.76% | 0.84% | - |
| XYZ | 39.33 | 20.87 | 57.83 | - |
| YUV | 117.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 202 | 0 | 0.76 | 0.05 | 0.16 | 304.1 | 0.66 | 0.52 |
| Hex | D5 | 34 | CA | 0 | 4C | 5 | 10 | 130 | 42 | 34 |
| Octal | 325 | 64 | 312 | 0 | 114 | 5 | 20 | 460 | 102 | 64 |
| Binary | 11010101 | 110100 | 11001010 | 0 | 1001100 | 101 | 10000 | 100110000 | 1000010 | 110100 |
Color Harmonies of #D534CA
Complementary color
Monochromatic Colors of #D534CA
Black with #D534CA
Text Example
Text Example
White with #D534CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534CA; }
p { color: rgb(213,52,202); }
H1.HeaderClassName
{
color: #D534CA;
}
.AnyTagClassName
{
color: #D534CA;
}
</style>
background-color css
<style>
a { background-color: #D534CA; }
a { background-color: rgb(213,52,202); }
div.DivClassName
{
background-color: #D534CA;
}
.BgClassName
{
background-color: #D534CA;
}
</style>
border-color css
<style>
span { border-color: #D534CA; }
span { border-color: rgb(213,52,202); }
td.TdClassName
{
border-color: #D534CA;
}
.TagClassName
{
border-color: #D534CA;
}
</style>