Shades of Fuchsia #D33AC1
Tints of Fuchsia #D33AC1
RGB
CMYK
RGB Variations
Color information
#D33AC1 (or 0xD33AC1) is known color: Fuchsia. HEX triplet: D3, 3A and C1. RGB value is (211,58,193). Sum of RGB (Red+Green+Blue) = 211+58+193=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AC1 is #2CC53E. Grayscale: #767676. Windows color (decimal): -2934079 or 12663507. OLE color: 12663507.
HSL color Cylindrical-coordinate representation of color #D33AC1: hue angle of 307.06º 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 #D33AC1 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 193 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.17 |
| HSL | 307.06º | 0.63% | 0.53% | - |
| HSV(B) | 307.06º | 0.73% | 0.83% | - |
| XYZ | 38 | 20.73 | 52.45 | - |
| YUV | 119.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 193 | 0 | 0.73 | 0.09 | 0.17 | 307.06 | 0.63 | 0.53 |
| Hex | D3 | 3A | C1 | 0 | 49 | 9 | 11 | 133 | 3F | 35 |
| Octal | 323 | 72 | 301 | 0 | 111 | 11 | 21 | 463 | 77 | 65 |
| Binary | 11010011 | 111010 | 11000001 | 0 | 1001001 | 1001 | 10001 | 100110011 | 111111 | 110101 |
Color Harmonies of #D33AC1
Complementary color
Monochromatic Colors of #D33AC1
Black with #D33AC1
Text Example
Text Example
White with #D33AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AC1; }
p { color: rgb(211,58,193); }
H1.HeaderClassName
{
color: #D33AC1;
}
.AnyTagClassName
{
color: #D33AC1;
}
</style>
background-color css
<style>
a { background-color: #D33AC1; }
a { background-color: rgb(211,58,193); }
div.DivClassName
{
background-color: #D33AC1;
}
.BgClassName
{
background-color: #D33AC1;
}
</style>
border-color css
<style>
span { border-color: #D33AC1; }
span { border-color: rgb(211,58,193); }
td.TdClassName
{
border-color: #D33AC1;
}
.TagClassName
{
border-color: #D33AC1;
}
</style>