Shades of Fuchsia #D33DCC
Tints of Fuchsia #D33DCC
RGB
CMYK
RGB Variations
Color information
#D33DCC (or 0xD33DCC) is known color: Fuchsia. HEX triplet: D3, 3D and CC. RGB value is (211,61,204). Sum of RGB (Red+Green+Blue) = 211+61+204=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DCC is #2CC233. Grayscale: #797979. Windows color (decimal): -2933300 or 13385171. OLE color: 13385171.
HSL color Cylindrical-coordinate representation of color #D33DCC: hue angle of 302.8º 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 #D33DCC is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 204 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.17 |
| HSL | 302.8º | 0.63% | 0.53% | - |
| HSV(B) | 302.8º | 0.71% | 0.83% | - |
| XYZ | 39.43 | 21.55 | 59.21 | - |
| YUV | 122.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 204 | 0 | 0.71 | 0.03 | 0.17 | 302.8 | 0.63 | 0.53 |
| Hex | D3 | 3D | CC | 0 | 47 | 3 | 11 | 12F | 3F | 35 |
| Octal | 323 | 75 | 314 | 0 | 107 | 3 | 21 | 457 | 77 | 65 |
| Binary | 11010011 | 111101 | 11001100 | 0 | 1000111 | 11 | 10001 | 100101111 | 111111 | 110101 |
Color Harmonies of #D33DCC
Complementary color
Monochromatic Colors of #D33DCC
Black with #D33DCC
Text Example
Text Example
White with #D33DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DCC; }
p { color: rgb(211,61,204); }
H1.HeaderClassName
{
color: #D33DCC;
}
.AnyTagClassName
{
color: #D33DCC;
}
</style>
background-color css
<style>
a { background-color: #D33DCC; }
a { background-color: rgb(211,61,204); }
div.DivClassName
{
background-color: #D33DCC;
}
.BgClassName
{
background-color: #D33DCC;
}
</style>
border-color css
<style>
span { border-color: #D33DCC; }
span { border-color: rgb(211,61,204); }
td.TdClassName
{
border-color: #D33DCC;
}
.TagClassName
{
border-color: #D33DCC;
}
</style>