Shades of Fuchsia #D330BF
Tints of Fuchsia #D330BF
RGB
CMYK
RGB Variations
Color information
#D330BF (or 0xD330BF) is known color: Fuchsia. HEX triplet: D3, 30 and BF. RGB value is (211,48,191). Sum of RGB (Red+Green+Blue) = 211+48+191=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D330BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330BF is #2CCF40. Grayscale: #707070. Windows color (decimal): -2936641 or 12529875. OLE color: 12529875.
HSL color Cylindrical-coordinate representation of color #D330BF: hue angle of 307.36º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330BF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 191 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.17 |
| HSL | 307.36º | 0.65% | 0.51% | - |
| HSV(B) | 307.36º | 0.77% | 0.83% | - |
| XYZ | 37.32 | 19.72 | 51.13 | - |
| YUV | 113.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 191 | 0 | 0.77 | 0.09 | 0.17 | 307.36 | 0.65 | 0.51 |
| Hex | D3 | 30 | BF | 0 | 4D | 9 | 11 | 133 | 41 | 33 |
| Octal | 323 | 60 | 277 | 0 | 115 | 11 | 21 | 463 | 101 | 63 |
| Binary | 11010011 | 110000 | 10111111 | 0 | 1001101 | 1001 | 10001 | 100110011 | 1000001 | 110011 |
Color Harmonies of #D330BF
Complementary color
Monochromatic Colors of #D330BF
Black with #D330BF
Text Example
Text Example
White with #D330BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330BF; }
p { color: rgb(211,48,191); }
H1.HeaderClassName
{
color: #D330BF;
}
.AnyTagClassName
{
color: #D330BF;
}
</style>
background-color css
<style>
a { background-color: #D330BF; }
a { background-color: rgb(211,48,191); }
div.DivClassName
{
background-color: #D330BF;
}
.BgClassName
{
background-color: #D330BF;
}
</style>
border-color css
<style>
span { border-color: #D330BF; }
span { border-color: rgb(211,48,191); }
td.TdClassName
{
border-color: #D330BF;
}
.TagClassName
{
border-color: #D330BF;
}
</style>