Shades of Fuchsia #D33BBE
Tints of Fuchsia #D33BBE
RGB
CMYK
RGB Variations
Color information
#D33BBE (or 0xD33BBE) is known color: Fuchsia. HEX triplet: D3, 3B and BE. RGB value is (211,59,190). Sum of RGB (Red+Green+Blue) = 211+59+190=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BBE is #2CC441. Grayscale: #777777. Windows color (decimal): -2933826 or 12467155. OLE color: 12467155.
HSL color Cylindrical-coordinate representation of color #D33BBE: hue angle of 308.29º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33BBE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 190 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.17 |
| HSL | 308.29º | 0.63% | 0.53% | - |
| HSV(B) | 308.29º | 0.72% | 0.83% | - |
| XYZ | 37.72 | 20.69 | 50.72 | - |
| YUV | 119.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 190 | 0 | 0.72 | 0.10 | 0.17 | 308.29 | 0.63 | 0.53 |
| Hex | D3 | 3B | BE | 0 | 48 | A | 11 | 134 | 3F | 35 |
| Octal | 323 | 73 | 276 | 0 | 110 | 12 | 21 | 464 | 77 | 65 |
| Binary | 11010011 | 111011 | 10111110 | 0 | 1001000 | 1010 | 10001 | 100110100 | 111111 | 110101 |
Color Harmonies of #D33BBE
Complementary color
Monochromatic Colors of #D33BBE
Black with #D33BBE
Text Example
Text Example
White with #D33BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BBE; }
p { color: rgb(211,59,190); }
H1.HeaderClassName
{
color: #D33BBE;
}
.AnyTagClassName
{
color: #D33BBE;
}
</style>
background-color css
<style>
a { background-color: #D33BBE; }
a { background-color: rgb(211,59,190); }
div.DivClassName
{
background-color: #D33BBE;
}
.BgClassName
{
background-color: #D33BBE;
}
</style>
border-color css
<style>
span { border-color: #D33BBE; }
span { border-color: rgb(211,59,190); }
td.TdClassName
{
border-color: #D33BBE;
}
.TagClassName
{
border-color: #D33BBE;
}
</style>