Shades of Fuchsia #D33CCA
Tints of Fuchsia #D33CCA
RGB
CMYK
RGB Variations
Color information
#D33CCA (or 0xD33CCA) is known color: Fuchsia. HEX triplet: D3, 3C and CA. RGB value is (211,60,202). Sum of RGB (Red+Green+Blue) = 211+60+202=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CCA is #2CC335. Grayscale: #787878. Windows color (decimal): -2933558 or 13253843. OLE color: 13253843.
HSL color Cylindrical-coordinate representation of color #D33CCA: hue angle of 303.58º 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 #D33CCA is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 202 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.17 |
| HSL | 303.58º | 0.63% | 0.53% | - |
| HSV(B) | 303.58º | 0.72% | 0.83% | - |
| XYZ | 39.14 | 21.34 | 57.93 | - |
| YUV | 121.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 202 | 0 | 0.72 | 0.04 | 0.17 | 303.58 | 0.63 | 0.53 |
| Hex | D3 | 3C | CA | 0 | 48 | 4 | 11 | 130 | 3F | 35 |
| Octal | 323 | 74 | 312 | 0 | 110 | 4 | 21 | 460 | 77 | 65 |
| Binary | 11010011 | 111100 | 11001010 | 0 | 1001000 | 100 | 10001 | 100110000 | 111111 | 110101 |
Color Harmonies of #D33CCA
Complementary color
Monochromatic Colors of #D33CCA
Black with #D33CCA
Text Example
Text Example
White with #D33CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CCA; }
p { color: rgb(211,60,202); }
H1.HeaderClassName
{
color: #D33CCA;
}
.AnyTagClassName
{
color: #D33CCA;
}
</style>
background-color css
<style>
a { background-color: #D33CCA; }
a { background-color: rgb(211,60,202); }
div.DivClassName
{
background-color: #D33CCA;
}
.BgClassName
{
background-color: #D33CCA;
}
</style>
border-color css
<style>
span { border-color: #D33CCA; }
span { border-color: rgb(211,60,202); }
td.TdClassName
{
border-color: #D33CCA;
}
.TagClassName
{
border-color: #D33CCA;
}
</style>