Shades of Fuchsia #D33ACD
Tints of Fuchsia #D33ACD
RGB
CMYK
RGB Variations
Color information
#D33ACD (or 0xD33ACD) is known color: Fuchsia. HEX triplet: D3, 3A and CD. RGB value is (211,58,205). Sum of RGB (Red+Green+Blue) = 211+58+205=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ACD is #2CC532. Grayscale: #787878. Windows color (decimal): -2934067 or 13449939. OLE color: 13449939.
HSL color Cylindrical-coordinate representation of color #D33ACD: hue angle of 302.35º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33ACD is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 205 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.17 |
| HSL | 302.35º | 0.63% | 0.53% | - |
| HSV(B) | 302.35º | 0.73% | 0.83% | - |
| XYZ | 39.4 | 21.28 | 59.79 | - |
| YUV | 120.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 205 | 0 | 0.73 | 0.03 | 0.17 | 302.35 | 0.63 | 0.53 |
| Hex | D3 | 3A | CD | 0 | 49 | 3 | 11 | 12E | 3F | 35 |
| Octal | 323 | 72 | 315 | 0 | 111 | 3 | 21 | 456 | 77 | 65 |
| Binary | 11010011 | 111010 | 11001101 | 0 | 1001001 | 11 | 10001 | 100101110 | 111111 | 110101 |
Color Harmonies of #D33ACD
Complementary color
Monochromatic Colors of #D33ACD
Black with #D33ACD
Text Example
Text Example
White with #D33ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ACD; }
p { color: rgb(211,58,205); }
H1.HeaderClassName
{
color: #D33ACD;
}
.AnyTagClassName
{
color: #D33ACD;
}
</style>
background-color css
<style>
a { background-color: #D33ACD; }
a { background-color: rgb(211,58,205); }
div.DivClassName
{
background-color: #D33ACD;
}
.BgClassName
{
background-color: #D33ACD;
}
</style>
border-color css
<style>
span { border-color: #D33ACD; }
span { border-color: rgb(211,58,205); }
td.TdClassName
{
border-color: #D33ACD;
}
.TagClassName
{
border-color: #D33ACD;
}
</style>