Shades of Fuchsia #D33BD4
Tints of Fuchsia #D33BD4
RGB
CMYK
RGB Variations
Color information
#D33BD4 (or 0xD33BD4) is known color: Fuchsia. HEX triplet: D3, 3B and D4. RGB value is (211,59,212). Sum of RGB (Red+Green+Blue) = 211+59+212=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #D33BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BD4 is #2CC42B. Grayscale: #797979. Windows color (decimal): -2933804 or 13908947. OLE color: 13908947.
HSL color Cylindrical-coordinate representation of color #D33BD4: hue angle of 299.61º degrees, saturation: 0.64, 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 #D33BD4 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 212 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.17 |
| HSL | 299.61º | 0.64% | 0.53% | - |
| HSV(B) | 299.61º | 0.72% | 0.83% | - |
| XYZ | 40.31 | 21.73 | 64.36 | - |
| YUV | 121.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 212 | 0.00 | 0.72 | 0 | 0.17 | 299.61 | 0.64 | 0.53 |
| Hex | D3 | 3B | D4 | 0 | 48 | 0 | 11 | 12C | 40 | 35 |
| Octal | 323 | 73 | 324 | 0 | 110 | 0 | 21 | 454 | 100 | 65 |
| Binary | 11010011 | 111011 | 11010100 | 0 | 1001000 | 0 | 10001 | 100101100 | 1000000 | 110101 |
Color Harmonies of #D33BD4
Complementary color
Monochromatic Colors of #D33BD4
Black with #D33BD4
Text Example
Text Example
White with #D33BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BD4; }
p { color: rgb(211,59,212); }
H1.HeaderClassName
{
color: #D33BD4;
}
.AnyTagClassName
{
color: #D33BD4;
}
</style>
background-color css
<style>
a { background-color: #D33BD4; }
a { background-color: rgb(211,59,212); }
div.DivClassName
{
background-color: #D33BD4;
}
.BgClassName
{
background-color: #D33BD4;
}
</style>
border-color css
<style>
span { border-color: #D33BD4; }
span { border-color: rgb(211,59,212); }
td.TdClassName
{
border-color: #D33BD4;
}
.TagClassName
{
border-color: #D33BD4;
}
</style>