Shades of Fuchsia #D536BC
Tints of Fuchsia #D536BC
RGB
CMYK
RGB Variations
Color information
#D536BC (or 0xD536BC) is known color: Fuchsia. HEX triplet: D5, 36 and BC. RGB value is (213,54,188). Sum of RGB (Red+Green+Blue) = 213+54+188=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D536BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536BC is #2AC943. Grayscale: #747474. Windows color (decimal): -2804036 or 12334805. OLE color: 12334805.
HSL color Cylindrical-coordinate representation of color #D536BC: hue angle of 309.43º 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 #D536BC is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 188 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.16 |
| HSL | 309.43º | 0.65% | 0.52% | - |
| HSV(B) | 309.43º | 0.75% | 0.84% | - |
| XYZ | 37.84 | 20.42 | 49.52 | - |
| YUV | 116.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 188 | 0 | 0.75 | 0.12 | 0.16 | 309.43 | 0.65 | 0.52 |
| Hex | D5 | 36 | BC | 0 | 4B | C | 10 | 135 | 41 | 34 |
| Octal | 325 | 66 | 274 | 0 | 113 | 14 | 20 | 465 | 101 | 64 |
| Binary | 11010101 | 110110 | 10111100 | 0 | 1001011 | 1100 | 10000 | 100110101 | 1000001 | 110100 |
Color Harmonies of #D536BC
Complementary color
Monochromatic Colors of #D536BC
Black with #D536BC
Text Example
Text Example
White with #D536BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536BC; }
p { color: rgb(213,54,188); }
H1.HeaderClassName
{
color: #D536BC;
}
.AnyTagClassName
{
color: #D536BC;
}
</style>
background-color css
<style>
a { background-color: #D536BC; }
a { background-color: rgb(213,54,188); }
div.DivClassName
{
background-color: #D536BC;
}
.BgClassName
{
background-color: #D536BC;
}
</style>
border-color css
<style>
span { border-color: #D536BC; }
span { border-color: rgb(213,54,188); }
td.TdClassName
{
border-color: #D536BC;
}
.TagClassName
{
border-color: #D536BC;
}
</style>