Shades of Fuchsia #D536C9
Tints of Fuchsia #D536C9
RGB
CMYK
RGB Variations
Color information
#D536C9 (or 0xD536C9) is known color: Fuchsia. HEX triplet: D5, 36 and C9. RGB value is (213,54,201). Sum of RGB (Red+Green+Blue) = 213+54+201=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C9 is #2AC936. Grayscale: #757575. Windows color (decimal): -2804023 or 13186773. OLE color: 13186773.
HSL color Cylindrical-coordinate representation of color #D536C9: hue angle of 304.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D536C9 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 201 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.16 |
| HSL | 304.53º | 0.65% | 0.52% | - |
| HSV(B) | 304.53º | 0.75% | 0.84% | - |
| XYZ | 39.3 | 21 | 57.24 | - |
| YUV | 118.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 201 | 0 | 0.75 | 0.06 | 0.16 | 304.53 | 0.65 | 0.52 |
| Hex | D5 | 36 | C9 | 0 | 4B | 6 | 10 | 131 | 41 | 34 |
| Octal | 325 | 66 | 311 | 0 | 113 | 6 | 20 | 461 | 101 | 64 |
| Binary | 11010101 | 110110 | 11001001 | 0 | 1001011 | 110 | 10000 | 100110001 | 1000001 | 110100 |
Color Harmonies of #D536C9
Complementary color
Monochromatic Colors of #D536C9
Black with #D536C9
Text Example
Text Example
White with #D536C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536C9; }
p { color: rgb(213,54,201); }
H1.HeaderClassName
{
color: #D536C9;
}
.AnyTagClassName
{
color: #D536C9;
}
</style>
background-color css
<style>
a { background-color: #D536C9; }
a { background-color: rgb(213,54,201); }
div.DivClassName
{
background-color: #D536C9;
}
.BgClassName
{
background-color: #D536C9;
}
</style>
border-color css
<style>
span { border-color: #D536C9; }
span { border-color: rgb(213,54,201); }
td.TdClassName
{
border-color: #D536C9;
}
.TagClassName
{
border-color: #D536C9;
}
</style>