Shades of Fuchsia #D336BF
Tints of Fuchsia #D336BF
RGB
CMYK
RGB Variations
Color information
#D336BF (or 0xD336BF) is known color: Fuchsia. HEX triplet: D3, 36 and BF. RGB value is (211,54,191). Sum of RGB (Red+Green+Blue) = 211+54+191=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D336BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336BF is #2CC940. Grayscale: #747474. Windows color (decimal): -2935105 or 12531411. OLE color: 12531411.
HSL color Cylindrical-coordinate representation of color #D336BF: hue angle of 307.64º 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 #D336BF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 191 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.17 |
| HSL | 307.64º | 0.64% | 0.52% | - |
| HSV(B) | 307.64º | 0.74% | 0.83% | - |
| XYZ | 37.59 | 20.25 | 51.22 | - |
| YUV | 116.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 191 | 0 | 0.74 | 0.09 | 0.17 | 307.64 | 0.64 | 0.52 |
| Hex | D3 | 36 | BF | 0 | 4A | 9 | 11 | 134 | 40 | 34 |
| Octal | 323 | 66 | 277 | 0 | 112 | 11 | 21 | 464 | 100 | 64 |
| Binary | 11010011 | 110110 | 10111111 | 0 | 1001010 | 1001 | 10001 | 100110100 | 1000000 | 110100 |
Color Harmonies of #D336BF
Complementary color
Monochromatic Colors of #D336BF
Black with #D336BF
Text Example
Text Example
White with #D336BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336BF; }
p { color: rgb(211,54,191); }
H1.HeaderClassName
{
color: #D336BF;
}
.AnyTagClassName
{
color: #D336BF;
}
</style>
background-color css
<style>
a { background-color: #D336BF; }
a { background-color: rgb(211,54,191); }
div.DivClassName
{
background-color: #D336BF;
}
.BgClassName
{
background-color: #D336BF;
}
</style>
border-color css
<style>
span { border-color: #D336BF; }
span { border-color: rgb(211,54,191); }
td.TdClassName
{
border-color: #D336BF;
}
.TagClassName
{
border-color: #D336BF;
}
</style>