Shades of Fuchsia #D536C6
Tints of Fuchsia #D536C6
RGB
CMYK
RGB Variations
Color information
#D536C6 (or 0xD536C6) is known color: Fuchsia. HEX triplet: D5, 36 and C6. RGB value is (213,54,198). Sum of RGB (Red+Green+Blue) = 213+54+198=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C6 is #2AC939. Grayscale: #757575. Windows color (decimal): -2804026 or 12990165. OLE color: 12990165.
HSL color Cylindrical-coordinate representation of color #D536C6: hue angle of 305.66º 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 #D536C6 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 198 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.16 |
| HSL | 305.66º | 0.65% | 0.52% | - |
| HSV(B) | 305.66º | 0.75% | 0.84% | - |
| XYZ | 38.95 | 20.86 | 55.4 | - |
| YUV | 117.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 198 | 0 | 0.75 | 0.07 | 0.16 | 305.66 | 0.65 | 0.52 |
| Hex | D5 | 36 | C6 | 0 | 4B | 7 | 10 | 132 | 41 | 34 |
| Octal | 325 | 66 | 306 | 0 | 113 | 7 | 20 | 462 | 101 | 64 |
| Binary | 11010101 | 110110 | 11000110 | 0 | 1001011 | 111 | 10000 | 100110010 | 1000001 | 110100 |
Color Harmonies of #D536C6
Complementary color
Monochromatic Colors of #D536C6
Black with #D536C6
Text Example
Text Example
White with #D536C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536C6; }
p { color: rgb(213,54,198); }
H1.HeaderClassName
{
color: #D536C6;
}
.AnyTagClassName
{
color: #D536C6;
}
</style>
background-color css
<style>
a { background-color: #D536C6; }
a { background-color: rgb(213,54,198); }
div.DivClassName
{
background-color: #D536C6;
}
.BgClassName
{
background-color: #D536C6;
}
</style>
border-color css
<style>
span { border-color: #D536C6; }
span { border-color: rgb(213,54,198); }
td.TdClassName
{
border-color: #D536C6;
}
.TagClassName
{
border-color: #D536C6;
}
</style>