Shades of Fuchsia #D33BC5
Tints of Fuchsia #D33BC5
RGB
CMYK
RGB Variations
Color information
#D33BC5 (or 0xD33BC5) is known color: Fuchsia. HEX triplet: D3, 3B and C5. RGB value is (211,59,197). Sum of RGB (Red+Green+Blue) = 211+59+197=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BC5 is #2CC43A. Grayscale: #777777. Windows color (decimal): -2933819 or 12925907. OLE color: 12925907.
HSL color Cylindrical-coordinate representation of color #D33BC5: hue angle of 305.53º 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 #D33BC5 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 197 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.17 |
| HSL | 305.53º | 0.63% | 0.53% | - |
| HSV(B) | 305.53º | 0.72% | 0.83% | - |
| XYZ | 38.51 | 21.01 | 54.85 | - |
| YUV | 120.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 197 | 0 | 0.72 | 0.07 | 0.17 | 305.53 | 0.63 | 0.53 |
| Hex | D3 | 3B | C5 | 0 | 48 | 7 | 11 | 132 | 3F | 35 |
| Octal | 323 | 73 | 305 | 0 | 110 | 7 | 21 | 462 | 77 | 65 |
| Binary | 11010011 | 111011 | 11000101 | 0 | 1001000 | 111 | 10001 | 100110010 | 111111 | 110101 |
Color Harmonies of #D33BC5
Complementary color
Monochromatic Colors of #D33BC5
Black with #D33BC5
Text Example
Text Example
White with #D33BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BC5; }
p { color: rgb(211,59,197); }
H1.HeaderClassName
{
color: #D33BC5;
}
.AnyTagClassName
{
color: #D33BC5;
}
</style>
background-color css
<style>
a { background-color: #D33BC5; }
a { background-color: rgb(211,59,197); }
div.DivClassName
{
background-color: #D33BC5;
}
.BgClassName
{
background-color: #D33BC5;
}
</style>
border-color css
<style>
span { border-color: #D33BC5; }
span { border-color: rgb(211,59,197); }
td.TdClassName
{
border-color: #D33BC5;
}
.TagClassName
{
border-color: #D33BC5;
}
</style>