Shades of Fuchsia #D330BE
Tints of Fuchsia #D330BE
RGB
CMYK
RGB Variations
Color information
#D330BE (or 0xD330BE) is known color: Fuchsia. HEX triplet: D3, 30 and BE. RGB value is (211,48,190). Sum of RGB (Red+Green+Blue) = 211+48+190=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D330BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330BE is #2CCF41. Grayscale: #707070. Windows color (decimal): -2936642 or 12464339. OLE color: 12464339.
HSL color Cylindrical-coordinate representation of color #D330BE: hue angle of 307.73º 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 #D330BE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 190 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.17 |
| HSL | 307.73º | 0.65% | 0.51% | - |
| HSV(B) | 307.73º | 0.77% | 0.83% | - |
| XYZ | 37.22 | 19.68 | 50.55 | - |
| YUV | 112.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 190 | 0 | 0.77 | 0.10 | 0.17 | 307.73 | 0.65 | 0.51 |
| Hex | D3 | 30 | BE | 0 | 4D | A | 11 | 134 | 41 | 33 |
| Octal | 323 | 60 | 276 | 0 | 115 | 12 | 21 | 464 | 101 | 63 |
| Binary | 11010011 | 110000 | 10111110 | 0 | 1001101 | 1010 | 10001 | 100110100 | 1000001 | 110011 |
Color Harmonies of #D330BE
Complementary color
Monochromatic Colors of #D330BE
Black with #D330BE
Text Example
Text Example
White with #D330BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330BE; }
p { color: rgb(211,48,190); }
H1.HeaderClassName
{
color: #D330BE;
}
.AnyTagClassName
{
color: #D330BE;
}
</style>
background-color css
<style>
a { background-color: #D330BE; }
a { background-color: rgb(211,48,190); }
div.DivClassName
{
background-color: #D330BE;
}
.BgClassName
{
background-color: #D330BE;
}
</style>
border-color css
<style>
span { border-color: #D330BE; }
span { border-color: rgb(211,48,190); }
td.TdClassName
{
border-color: #D330BE;
}
.TagClassName
{
border-color: #D330BE;
}
</style>