Shades of Fuchsia #D336BC
Tints of Fuchsia #D336BC
RGB
CMYK
RGB Variations
Color information
#D336BC (or 0xD336BC) is known color: Fuchsia. HEX triplet: D3, 36 and BC. RGB value is (211,54,188). Sum of RGB (Red+Green+Blue) = 211+54+188=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D336BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336BC is #2CC943. Grayscale: #737373. Windows color (decimal): -2935108 or 12334803. OLE color: 12334803.
HSL color Cylindrical-coordinate representation of color #D336BC: hue angle of 308.79º 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 #D336BC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 188 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.17 |
| HSL | 308.79º | 0.64% | 0.52% | - |
| HSV(B) | 308.79º | 0.74% | 0.83% | - |
| XYZ | 37.26 | 20.12 | 49.5 | - |
| YUV | 116.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 188 | 0 | 0.74 | 0.11 | 0.17 | 308.79 | 0.64 | 0.52 |
| Hex | D3 | 36 | BC | 0 | 4A | B | 11 | 135 | 40 | 34 |
| Octal | 323 | 66 | 274 | 0 | 112 | 13 | 21 | 465 | 100 | 64 |
| Binary | 11010011 | 110110 | 10111100 | 0 | 1001010 | 1011 | 10001 | 100110101 | 1000000 | 110100 |
Color Harmonies of #D336BC
Complementary color
Monochromatic Colors of #D336BC
Black with #D336BC
Text Example
Text Example
White with #D336BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336BC; }
p { color: rgb(211,54,188); }
H1.HeaderClassName
{
color: #D336BC;
}
.AnyTagClassName
{
color: #D336BC;
}
</style>
background-color css
<style>
a { background-color: #D336BC; }
a { background-color: rgb(211,54,188); }
div.DivClassName
{
background-color: #D336BC;
}
.BgClassName
{
background-color: #D336BC;
}
</style>
border-color css
<style>
span { border-color: #D336BC; }
span { border-color: rgb(211,54,188); }
td.TdClassName
{
border-color: #D336BC;
}
.TagClassName
{
border-color: #D336BC;
}
</style>