Shades of Fuchsia #D33DBC
Tints of Fuchsia #D33DBC
RGB
CMYK
RGB Variations
Color information
#D33DBC (or 0xD33DBC) is known color: Fuchsia. HEX triplet: D3, 3D and BC. RGB value is (211,61,188). Sum of RGB (Red+Green+Blue) = 211+61+188=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DBC is #2CC243. Grayscale: #777777. Windows color (decimal): -2933316 or 12336595. OLE color: 12336595.
HSL color Cylindrical-coordinate representation of color #D33DBC: hue angle of 309.2º 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 #D33DBC is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 188 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.17 |
| HSL | 309.2º | 0.63% | 0.53% | - |
| HSV(B) | 309.2º | 0.71% | 0.83% | - |
| XYZ | 37.61 | 20.82 | 49.61 | - |
| YUV | 120.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 188 | 0 | 0.71 | 0.11 | 0.17 | 309.2 | 0.63 | 0.53 |
| Hex | D3 | 3D | BC | 0 | 47 | B | 11 | 135 | 3F | 35 |
| Octal | 323 | 75 | 274 | 0 | 107 | 13 | 21 | 465 | 77 | 65 |
| Binary | 11010011 | 111101 | 10111100 | 0 | 1000111 | 1011 | 10001 | 100110101 | 111111 | 110101 |
Color Harmonies of #D33DBC
Complementary color
Monochromatic Colors of #D33DBC
Black with #D33DBC
Text Example
Text Example
White with #D33DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DBC; }
p { color: rgb(211,61,188); }
H1.HeaderClassName
{
color: #D33DBC;
}
.AnyTagClassName
{
color: #D33DBC;
}
</style>
background-color css
<style>
a { background-color: #D33DBC; }
a { background-color: rgb(211,61,188); }
div.DivClassName
{
background-color: #D33DBC;
}
.BgClassName
{
background-color: #D33DBC;
}
</style>
border-color css
<style>
span { border-color: #D33DBC; }
span { border-color: rgb(211,61,188); }
td.TdClassName
{
border-color: #D33DBC;
}
.TagClassName
{
border-color: #D33DBC;
}
</style>