Shades of Fuchsia #D338BF
Tints of Fuchsia #D338BF
RGB
CMYK
RGB Variations
Color information
#D338BF (or 0xD338BF) is known color: Fuchsia. HEX triplet: D3, 38 and BF. RGB value is (211,56,191). Sum of RGB (Red+Green+Blue) = 211+56+191=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D338BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338BF is #2CC740. Grayscale: #757575. Windows color (decimal): -2934593 or 12531923. OLE color: 12531923.
HSL color Cylindrical-coordinate representation of color #D338BF: hue angle of 307.74º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D338BF is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 191 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.17 |
| HSL | 307.74º | 0.64% | 0.52% | - |
| HSV(B) | 307.74º | 0.73% | 0.83% | - |
| XYZ | 37.68 | 20.44 | 51.25 | - |
| YUV | 117.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 191 | 0 | 0.73 | 0.09 | 0.17 | 307.74 | 0.64 | 0.52 |
| Hex | D3 | 38 | BF | 0 | 49 | 9 | 11 | 134 | 40 | 34 |
| Octal | 323 | 70 | 277 | 0 | 111 | 11 | 21 | 464 | 100 | 64 |
| Binary | 11010011 | 111000 | 10111111 | 0 | 1001001 | 1001 | 10001 | 100110100 | 1000000 | 110100 |
Color Harmonies of #D338BF
Complementary color
Monochromatic Colors of #D338BF
Black with #D338BF
Text Example
Text Example
White with #D338BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338BF; }
p { color: rgb(211,56,191); }
H1.HeaderClassName
{
color: #D338BF;
}
.AnyTagClassName
{
color: #D338BF;
}
</style>
background-color css
<style>
a { background-color: #D338BF; }
a { background-color: rgb(211,56,191); }
div.DivClassName
{
background-color: #D338BF;
}
.BgClassName
{
background-color: #D338BF;
}
</style>
border-color css
<style>
span { border-color: #D338BF; }
span { border-color: rgb(211,56,191); }
td.TdClassName
{
border-color: #D338BF;
}
.TagClassName
{
border-color: #D338BF;
}
</style>