Shades of Fuchsia #D536C8
Tints of Fuchsia #D536C8
RGB
CMYK
RGB Variations
Color information
#D536C8 (or 0xD536C8) is known color: Fuchsia. HEX triplet: D5, 36 and C8. RGB value is (213,54,200). Sum of RGB (Red+Green+Blue) = 213+54+200=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C8 is #2AC937. Grayscale: #757575. Windows color (decimal): -2804024 or 13121237. OLE color: 13121237.
HSL color Cylindrical-coordinate representation of color #D536C8: hue angle of 304.91º 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 #D536C8 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 200 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.16 |
| HSL | 304.91º | 0.65% | 0.52% | - |
| HSV(B) | 304.91º | 0.75% | 0.84% | - |
| XYZ | 39.19 | 20.95 | 56.62 | - |
| YUV | 118.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 200 | 0 | 0.75 | 0.06 | 0.16 | 304.91 | 0.65 | 0.52 |
| Hex | D5 | 36 | C8 | 0 | 4B | 6 | 10 | 131 | 41 | 34 |
| Octal | 325 | 66 | 310 | 0 | 113 | 6 | 20 | 461 | 101 | 64 |
| Binary | 11010101 | 110110 | 11001000 | 0 | 1001011 | 110 | 10000 | 100110001 | 1000001 | 110100 |
Color Harmonies of #D536C8
Complementary color
Monochromatic Colors of #D536C8
Black with #D536C8
Text Example
Text Example
White with #D536C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536C8; }
p { color: rgb(213,54,200); }
H1.HeaderClassName
{
color: #D536C8;
}
.AnyTagClassName
{
color: #D536C8;
}
</style>
background-color css
<style>
a { background-color: #D536C8; }
a { background-color: rgb(213,54,200); }
div.DivClassName
{
background-color: #D536C8;
}
.BgClassName
{
background-color: #D536C8;
}
</style>
border-color css
<style>
span { border-color: #D536C8; }
span { border-color: rgb(213,54,200); }
td.TdClassName
{
border-color: #D536C8;
}
.TagClassName
{
border-color: #D536C8;
}
</style>