Shades of Fuchsia #D33CC2
Tints of Fuchsia #D33CC2
RGB
CMYK
RGB Variations
Color information
#D33CC2 (or 0xD33CC2) is known color: Fuchsia. HEX triplet: D3, 3C and C2. RGB value is (211,60,194). Sum of RGB (Red+Green+Blue) = 211+60+194=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CC2 is #2CC33D. Grayscale: #787878. Windows color (decimal): -2933566 or 12729555. OLE color: 12729555.
HSL color Cylindrical-coordinate representation of color #D33CC2: hue angle of 306.75º 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 #D33CC2 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 194 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.17 |
| HSL | 306.76º | 0.63% | 0.53% | - |
| HSV(B) | 306.76º | 0.72% | 0.83% | - |
| XYZ | 38.22 | 20.98 | 53.07 | - |
| YUV | 120.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 194 | 0 | 0.72 | 0.08 | 0.17 | 306.76 | 0.63 | 0.53 |
| Hex | D3 | 3C | C2 | 0 | 48 | 8 | 11 | 133 | 3F | 35 |
| Octal | 323 | 74 | 302 | 0 | 110 | 10 | 21 | 463 | 77 | 65 |
| Binary | 11010011 | 111100 | 11000010 | 0 | 1001000 | 1000 | 10001 | 100110011 | 111111 | 110101 |
Color Harmonies of #D33CC2
Complementary color
Monochromatic Colors of #D33CC2
Black with #D33CC2
Text Example
Text Example
White with #D33CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CC2; }
p { color: rgb(211,60,194); }
H1.HeaderClassName
{
color: #D33CC2;
}
.AnyTagClassName
{
color: #D33CC2;
}
</style>
background-color css
<style>
a { background-color: #D33CC2; }
a { background-color: rgb(211,60,194); }
div.DivClassName
{
background-color: #D33CC2;
}
.BgClassName
{
background-color: #D33CC2;
}
</style>
border-color css
<style>
span { border-color: #D33CC2; }
span { border-color: rgb(211,60,194); }
td.TdClassName
{
border-color: #D33CC2;
}
.TagClassName
{
border-color: #D33CC2;
}
</style>