Shades of Fuchsia #D337BC
Tints of Fuchsia #D337BC
RGB
CMYK
RGB Variations
Color information
#D337BC (or 0xD337BC) is known color: Fuchsia. HEX triplet: D3, 37 and BC. RGB value is (211,55,188). Sum of RGB (Red+Green+Blue) = 211+55+188=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D337BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337BC is #2CC843. Grayscale: #747474. Windows color (decimal): -2934852 or 12335059. OLE color: 12335059.
HSL color Cylindrical-coordinate representation of color #D337BC: hue angle of 308.85º 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 #D337BC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 188 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.17 |
| HSL | 308.85º | 0.64% | 0.52% | - |
| HSV(B) | 308.85º | 0.74% | 0.83% | - |
| XYZ | 37.31 | 20.21 | 49.51 | - |
| YUV | 116.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 188 | 0 | 0.74 | 0.11 | 0.17 | 308.85 | 0.64 | 0.52 |
| Hex | D3 | 37 | BC | 0 | 4A | B | 11 | 135 | 40 | 34 |
| Octal | 323 | 67 | 274 | 0 | 112 | 13 | 21 | 465 | 100 | 64 |
| Binary | 11010011 | 110111 | 10111100 | 0 | 1001010 | 1011 | 10001 | 100110101 | 1000000 | 110100 |
Color Harmonies of #D337BC
Complementary color
Monochromatic Colors of #D337BC
Black with #D337BC
Text Example
Text Example
White with #D337BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337BC; }
p { color: rgb(211,55,188); }
H1.HeaderClassName
{
color: #D337BC;
}
.AnyTagClassName
{
color: #D337BC;
}
</style>
background-color css
<style>
a { background-color: #D337BC; }
a { background-color: rgb(211,55,188); }
div.DivClassName
{
background-color: #D337BC;
}
.BgClassName
{
background-color: #D337BC;
}
</style>
border-color css
<style>
span { border-color: #D337BC; }
span { border-color: rgb(211,55,188); }
td.TdClassName
{
border-color: #D337BC;
}
.TagClassName
{
border-color: #D337BC;
}
</style>