Shades of Fuchsia #D33DC9
Tints of Fuchsia #D33DC9
RGB
CMYK
RGB Variations
Color information
#D33DC9 (or 0xD33DC9) is known color: Fuchsia. HEX triplet: D3, 3D and C9. RGB value is (211,61,201). Sum of RGB (Red+Green+Blue) = 211+61+201=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DC9 is #2CC236. Grayscale: #797979. Windows color (decimal): -2933303 or 13188563. OLE color: 13188563.
HSL color Cylindrical-coordinate representation of color #D33DC9: hue angle of 304º 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 #D33DC9 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 201 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.17 |
| HSL | 304º | 0.63% | 0.53% | - |
| HSV(B) | 304º | 0.71% | 0.83% | - |
| XYZ | 39.08 | 21.4 | 57.33 | - |
| YUV | 121.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 201 | 0 | 0.71 | 0.05 | 0.17 | 304 | 0.63 | 0.53 |
| Hex | D3 | 3D | C9 | 0 | 47 | 5 | 11 | 130 | 3F | 35 |
| Octal | 323 | 75 | 311 | 0 | 107 | 5 | 21 | 460 | 77 | 65 |
| Binary | 11010011 | 111101 | 11001001 | 0 | 1000111 | 101 | 10001 | 100110000 | 111111 | 110101 |
Color Harmonies of #D33DC9
Complementary color
Monochromatic Colors of #D33DC9
Black with #D33DC9
Text Example
Text Example
White with #D33DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DC9; }
p { color: rgb(211,61,201); }
H1.HeaderClassName
{
color: #D33DC9;
}
.AnyTagClassName
{
color: #D33DC9;
}
</style>
background-color css
<style>
a { background-color: #D33DC9; }
a { background-color: rgb(211,61,201); }
div.DivClassName
{
background-color: #D33DC9;
}
.BgClassName
{
background-color: #D33DC9;
}
</style>
border-color css
<style>
span { border-color: #D33DC9; }
span { border-color: rgb(211,61,201); }
td.TdClassName
{
border-color: #D33DC9;
}
.TagClassName
{
border-color: #D33DC9;
}
</style>