Shades of Fuchsia #D33DD0
Tints of Fuchsia #D33DD0
RGB
CMYK
RGB Variations
Color information
#D33DD0 (or 0xD33DD0) is known color: Fuchsia. HEX triplet: D3, 3D and D0. RGB value is (211,61,208). Sum of RGB (Red+Green+Blue) = 211+61+208=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DD0 is #2CC22F. Grayscale: #7A7A7A. Windows color (decimal): -2933296 or 13647315. OLE color: 13647315.
HSL color Cylindrical-coordinate representation of color #D33DD0: hue angle of 301.2º 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 #D33DD0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 208 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.17 |
| HSL | 301.2º | 0.63% | 0.53% | - |
| HSV(B) | 301.2º | 0.71% | 0.83% | - |
| XYZ | 39.92 | 21.74 | 61.77 | - |
| YUV | 122.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 208 | 0 | 0.71 | 0.01 | 0.17 | 301.2 | 0.63 | 0.53 |
| Hex | D3 | 3D | D0 | 0 | 47 | 1 | 11 | 12D | 3F | 35 |
| Octal | 323 | 75 | 320 | 0 | 107 | 1 | 21 | 455 | 77 | 65 |
| Binary | 11010011 | 111101 | 11010000 | 0 | 1000111 | 1 | 10001 | 100101101 | 111111 | 110101 |
Color Harmonies of #D33DD0
Complementary color
Monochromatic Colors of #D33DD0
Black with #D33DD0
Text Example
Text Example
White with #D33DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DD0; }
p { color: rgb(211,61,208); }
H1.HeaderClassName
{
color: #D33DD0;
}
.AnyTagClassName
{
color: #D33DD0;
}
</style>
background-color css
<style>
a { background-color: #D33DD0; }
a { background-color: rgb(211,61,208); }
div.DivClassName
{
background-color: #D33DD0;
}
.BgClassName
{
background-color: #D33DD0;
}
</style>
border-color css
<style>
span { border-color: #D33DD0; }
span { border-color: rgb(211,61,208); }
td.TdClassName
{
border-color: #D33DD0;
}
.TagClassName
{
border-color: #D33DD0;
}
</style>