Shades of Fuchsia #D537CF
Tints of Fuchsia #D537CF
RGB
CMYK
RGB Variations
Color information
#D537CF (or 0xD537CF) is known color: Fuchsia. HEX triplet: D5, 37 and CF. RGB value is (213,55,207). Sum of RGB (Red+Green+Blue) = 213+55+207=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D537CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537CF is #2AC830. Grayscale: #777777. Windows color (decimal): -2803761 or 13580245. OLE color: 13580245.
HSL color Cylindrical-coordinate representation of color #D537CF: hue angle of 302.28º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D537CF is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 207 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.16 |
| HSL | 302.28º | 0.65% | 0.53% | - |
| HSV(B) | 302.28º | 0.74% | 0.84% | - |
| XYZ | 40.07 | 21.38 | 61.05 | - |
| YUV | 119.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 207 | 0 | 0.74 | 0.03 | 0.16 | 302.28 | 0.65 | 0.53 |
| Hex | D5 | 37 | CF | 0 | 4A | 3 | 10 | 12E | 41 | 35 |
| Octal | 325 | 67 | 317 | 0 | 112 | 3 | 20 | 456 | 101 | 65 |
| Binary | 11010101 | 110111 | 11001111 | 0 | 1001010 | 11 | 10000 | 100101110 | 1000001 | 110101 |
Color Harmonies of #D537CF
Complementary color
Monochromatic Colors of #D537CF
Black with #D537CF
Text Example
Text Example
White with #D537CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537CF; }
p { color: rgb(213,55,207); }
H1.HeaderClassName
{
color: #D537CF;
}
.AnyTagClassName
{
color: #D537CF;
}
</style>
background-color css
<style>
a { background-color: #D537CF; }
a { background-color: rgb(213,55,207); }
div.DivClassName
{
background-color: #D537CF;
}
.BgClassName
{
background-color: #D537CF;
}
</style>
border-color css
<style>
span { border-color: #D537CF; }
span { border-color: rgb(213,55,207); }
td.TdClassName
{
border-color: #D537CF;
}
.TagClassName
{
border-color: #D537CF;
}
</style>