Shades of Fuchsia #D337CF
Tints of Fuchsia #D337CF
RGB
CMYK
RGB Variations
Color information
#D337CF (or 0xD337CF) is known color: Fuchsia. HEX triplet: D3, 37 and CF. RGB value is (211,55,207). Sum of RGB (Red+Green+Blue) = 211+55+207=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D337CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337CF is #2CC830. Grayscale: #767676. Windows color (decimal): -2934833 or 13580243. OLE color: 13580243.
HSL color Cylindrical-coordinate representation of color #D337CF: hue angle of 301.54º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D337CF is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 207 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.17 |
| HSL | 301.54º | 0.64% | 0.52% | - |
| HSV(B) | 301.54º | 0.74% | 0.83% | - |
| XYZ | 39.49 | 21.09 | 61.02 | - |
| YUV | 118.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 207 | 0 | 0.74 | 0.02 | 0.17 | 301.54 | 0.64 | 0.52 |
| Hex | D3 | 37 | CF | 0 | 4A | 2 | 11 | 12E | 40 | 34 |
| Octal | 323 | 67 | 317 | 0 | 112 | 2 | 21 | 456 | 100 | 64 |
| Binary | 11010011 | 110111 | 11001111 | 0 | 1001010 | 10 | 10001 | 100101110 | 1000000 | 110100 |
Color Harmonies of #D337CF
Complementary color
Monochromatic Colors of #D337CF
Black with #D337CF
Text Example
Text Example
White with #D337CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337CF; }
p { color: rgb(211,55,207); }
H1.HeaderClassName
{
color: #D337CF;
}
.AnyTagClassName
{
color: #D337CF;
}
</style>
background-color css
<style>
a { background-color: #D337CF; }
a { background-color: rgb(211,55,207); }
div.DivClassName
{
background-color: #D337CF;
}
.BgClassName
{
background-color: #D337CF;
}
</style>
border-color css
<style>
span { border-color: #D337CF; }
span { border-color: rgb(211,55,207); }
td.TdClassName
{
border-color: #D337CF;
}
.TagClassName
{
border-color: #D337CF;
}
</style>