Shades of Fuchsia #D536BE
Tints of Fuchsia #D536BE
RGB
CMYK
RGB Variations
Color information
#D536BE (or 0xD536BE) is known color: Fuchsia. HEX triplet: D5, 36 and BE. RGB value is (213,54,190). Sum of RGB (Red+Green+Blue) = 213+54+190=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D536BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536BE is #2AC941. Grayscale: #747474. Windows color (decimal): -2804034 or 12465877. OLE color: 12465877.
HSL color Cylindrical-coordinate representation of color #D536BE: hue angle of 308.68º 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 #D536BE is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 190 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.16 |
| HSL | 308.68º | 0.65% | 0.52% | - |
| HSV(B) | 308.68º | 0.75% | 0.84% | - |
| XYZ | 38.05 | 20.5 | 50.67 | - |
| YUV | 117.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 190 | 0 | 0.75 | 0.11 | 0.16 | 308.68 | 0.65 | 0.52 |
| Hex | D5 | 36 | BE | 0 | 4B | B | 10 | 135 | 41 | 34 |
| Octal | 325 | 66 | 276 | 0 | 113 | 13 | 20 | 465 | 101 | 64 |
| Binary | 11010101 | 110110 | 10111110 | 0 | 1001011 | 1011 | 10000 | 100110101 | 1000001 | 110100 |
Color Harmonies of #D536BE
Complementary color
Monochromatic Colors of #D536BE
Black with #D536BE
Text Example
Text Example
White with #D536BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536BE; }
p { color: rgb(213,54,190); }
H1.HeaderClassName
{
color: #D536BE;
}
.AnyTagClassName
{
color: #D536BE;
}
</style>
background-color css
<style>
a { background-color: #D536BE; }
a { background-color: rgb(213,54,190); }
div.DivClassName
{
background-color: #D536BE;
}
.BgClassName
{
background-color: #D536BE;
}
</style>
border-color css
<style>
span { border-color: #D536BE; }
span { border-color: rgb(213,54,190); }
td.TdClassName
{
border-color: #D536BE;
}
.TagClassName
{
border-color: #D536BE;
}
</style>