Shades of Fuchsia #D535BF
Tints of Fuchsia #D535BF
RGB
CMYK
RGB Variations
Color information
#D535BF (or 0xD535BF) is known color: Fuchsia. HEX triplet: D5, 35 and BF. RGB value is (213,53,191). Sum of RGB (Red+Green+Blue) = 213+53+191=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D535BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535BF is #2ACA40. Grayscale: #747474. Windows color (decimal): -2804289 or 12531157. OLE color: 12531157.
HSL color Cylindrical-coordinate representation of color #D535BF: hue angle of 308.25º degrees, saturation: 0.66, 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 #D535BF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 191 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.16 |
| HSL | 308.25º | 0.66% | 0.52% | - |
| HSV(B) | 308.25º | 0.75% | 0.84% | - |
| XYZ | 38.12 | 20.45 | 51.23 | - |
| YUV | 116.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 191 | 0 | 0.75 | 0.10 | 0.16 | 308.25 | 0.66 | 0.52 |
| Hex | D5 | 35 | BF | 0 | 4B | A | 10 | 134 | 42 | 34 |
| Octal | 325 | 65 | 277 | 0 | 113 | 12 | 20 | 464 | 102 | 64 |
| Binary | 11010101 | 110101 | 10111111 | 0 | 1001011 | 1010 | 10000 | 100110100 | 1000010 | 110100 |
Color Harmonies of #D535BF
Complementary color
Monochromatic Colors of #D535BF
Black with #D535BF
Text Example
Text Example
White with #D535BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D535BF; }
p { color: rgb(213,53,191); }
H1.HeaderClassName
{
color: #D535BF;
}
.AnyTagClassName
{
color: #D535BF;
}
</style>
background-color css
<style>
a { background-color: #D535BF; }
a { background-color: rgb(213,53,191); }
div.DivClassName
{
background-color: #D535BF;
}
.BgClassName
{
background-color: #D535BF;
}
</style>
border-color css
<style>
span { border-color: #D535BF; }
span { border-color: rgb(213,53,191); }
td.TdClassName
{
border-color: #D535BF;
}
.TagClassName
{
border-color: #D535BF;
}
</style>