Shades of Fuchsia #D536C3
Tints of Fuchsia #D536C3
RGB
CMYK
RGB Variations
Color information
#D536C3 (or 0xD536C3) is known color: Fuchsia. HEX triplet: D5, 36 and C3. RGB value is (213,54,195). Sum of RGB (Red+Green+Blue) = 213+54+195=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C3 is #2AC93C. Grayscale: #757575. Windows color (decimal): -2804029 or 12793557. OLE color: 12793557.
HSL color Cylindrical-coordinate representation of color #D536C3: hue angle of 306.79º 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 #D536C3 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 195 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.16 |
| HSL | 306.79º | 0.65% | 0.52% | - |
| HSV(B) | 306.79º | 0.75% | 0.84% | - |
| XYZ | 38.61 | 20.72 | 53.6 | - |
| YUV | 117.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 195 | 0 | 0.75 | 0.08 | 0.16 | 306.79 | 0.65 | 0.52 |
| Hex | D5 | 36 | C3 | 0 | 4B | 8 | 10 | 133 | 41 | 34 |
| Octal | 325 | 66 | 303 | 0 | 113 | 10 | 20 | 463 | 101 | 64 |
| Binary | 11010101 | 110110 | 11000011 | 0 | 1001011 | 1000 | 10000 | 100110011 | 1000001 | 110100 |
Color Harmonies of #D536C3
Complementary color
Monochromatic Colors of #D536C3
Black with #D536C3
Text Example
Text Example
White with #D536C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536C3; }
p { color: rgb(213,54,195); }
H1.HeaderClassName
{
color: #D536C3;
}
.AnyTagClassName
{
color: #D536C3;
}
</style>
background-color css
<style>
a { background-color: #D536C3; }
a { background-color: rgb(213,54,195); }
div.DivClassName
{
background-color: #D536C3;
}
.BgClassName
{
background-color: #D536C3;
}
</style>
border-color css
<style>
span { border-color: #D536C3; }
span { border-color: rgb(213,54,195); }
td.TdClassName
{
border-color: #D536C3;
}
.TagClassName
{
border-color: #D536C3;
}
</style>