Shades of Fuchsia #D33DBB
Tints of Fuchsia #D33DBB
RGB
CMYK
RGB Variations
Color information
#D33DBB (or 0xD33DBB) is known color: Fuchsia. HEX triplet: D3, 3D and BB. RGB value is (211,61,187). Sum of RGB (Red+Green+Blue) = 211+61+187=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DBB is #2CC244. Grayscale: #777777. Windows color (decimal): -2933317 or 12271059. OLE color: 12271059.
HSL color Cylindrical-coordinate representation of color #D33DBB: hue angle of 309.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33DBB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 187 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.17 |
| HSL | 309.6º | 0.63% | 0.53% | - |
| HSV(B) | 309.6º | 0.71% | 0.83% | - |
| XYZ | 37.5 | 20.77 | 49.05 | - |
| YUV | 120.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 187 | 0 | 0.71 | 0.11 | 0.17 | 309.6 | 0.63 | 0.53 |
| Hex | D3 | 3D | BB | 0 | 47 | B | 11 | 136 | 3F | 35 |
| Octal | 323 | 75 | 273 | 0 | 107 | 13 | 21 | 466 | 77 | 65 |
| Binary | 11010011 | 111101 | 10111011 | 0 | 1000111 | 1011 | 10001 | 100110110 | 111111 | 110101 |
Color Harmonies of #D33DBB
Complementary color
Monochromatic Colors of #D33DBB
Black with #D33DBB
Text Example
Text Example
White with #D33DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DBB; }
p { color: rgb(211,61,187); }
H1.HeaderClassName
{
color: #D33DBB;
}
.AnyTagClassName
{
color: #D33DBB;
}
</style>
background-color css
<style>
a { background-color: #D33DBB; }
a { background-color: rgb(211,61,187); }
div.DivClassName
{
background-color: #D33DBB;
}
.BgClassName
{
background-color: #D33DBB;
}
</style>
border-color css
<style>
span { border-color: #D33DBB; }
span { border-color: rgb(211,61,187); }
td.TdClassName
{
border-color: #D33DBB;
}
.TagClassName
{
border-color: #D33DBB;
}
</style>