Shades of Fuchsia #D33CD0
Tints of Fuchsia #D33CD0
RGB
CMYK
RGB Variations
Color information
#D33CD0 (or 0xD33CD0) is known color: Fuchsia. HEX triplet: D3, 3C and D0. RGB value is (211,60,208). Sum of RGB (Red+Green+Blue) = 211+60+208=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CD0 is #2CC32F. Grayscale: #797979. Windows color (decimal): -2933552 or 13647059. OLE color: 13647059.
HSL color Cylindrical-coordinate representation of color #D33CD0: hue angle of 301.19º 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 #D33CD0 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 208 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.17 |
| HSL | 301.19º | 0.63% | 0.53% | - |
| HSV(B) | 301.19º | 0.72% | 0.83% | - |
| XYZ | 39.86 | 21.63 | 61.75 | - |
| YUV | 122.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 208 | 0 | 0.72 | 0.01 | 0.17 | 301.19 | 0.63 | 0.53 |
| Hex | D3 | 3C | D0 | 0 | 48 | 1 | 11 | 12D | 3F | 35 |
| Octal | 323 | 74 | 320 | 0 | 110 | 1 | 21 | 455 | 77 | 65 |
| Binary | 11010011 | 111100 | 11010000 | 0 | 1001000 | 1 | 10001 | 100101101 | 111111 | 110101 |
Color Harmonies of #D33CD0
Complementary color
Monochromatic Colors of #D33CD0
Black with #D33CD0
Text Example
Text Example
White with #D33CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CD0; }
p { color: rgb(211,60,208); }
H1.HeaderClassName
{
color: #D33CD0;
}
.AnyTagClassName
{
color: #D33CD0;
}
</style>
background-color css
<style>
a { background-color: #D33CD0; }
a { background-color: rgb(211,60,208); }
div.DivClassName
{
background-color: #D33CD0;
}
.BgClassName
{
background-color: #D33CD0;
}
</style>
border-color css
<style>
span { border-color: #D33CD0; }
span { border-color: rgb(211,60,208); }
td.TdClassName
{
border-color: #D33CD0;
}
.TagClassName
{
border-color: #D33CD0;
}
</style>