Shades of Fuchsia #D33CD4
Tints of Fuchsia #D33CD4
RGB
CMYK
RGB Variations
Color information
#D33CD4 (or 0xD33CD4) is known color: Fuchsia. HEX triplet: D3, 3C and D4. RGB value is (211,60,212). Sum of RGB (Red+Green+Blue) = 211+60+212=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #D33CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CD4 is #2CC32B. Grayscale: #7A7A7A. Windows color (decimal): -2933548 or 13909203. OLE color: 13909203.
HSL color Cylindrical-coordinate representation of color #D33CD4: hue angle of 299.61º degrees, saturation: 0.64, 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 #D33CD4 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 212 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.17 |
| HSL | 299.61º | 0.64% | 0.53% | - |
| HSV(B) | 299.61º | 0.72% | 0.83% | - |
| XYZ | 40.36 | 21.83 | 64.37 | - |
| YUV | 122.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 212 | 0.00 | 0.72 | 0 | 0.17 | 299.61 | 0.64 | 0.53 |
| Hex | D3 | 3C | D4 | 0 | 48 | 0 | 11 | 12C | 40 | 35 |
| Octal | 323 | 74 | 324 | 0 | 110 | 0 | 21 | 454 | 100 | 65 |
| Binary | 11010011 | 111100 | 11010100 | 0 | 1001000 | 0 | 10001 | 100101100 | 1000000 | 110101 |
Color Harmonies of #D33CD4
Complementary color
Monochromatic Colors of #D33CD4
Black with #D33CD4
Text Example
Text Example
White with #D33CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CD4; }
p { color: rgb(211,60,212); }
H1.HeaderClassName
{
color: #D33CD4;
}
.AnyTagClassName
{
color: #D33CD4;
}
</style>
background-color css
<style>
a { background-color: #D33CD4; }
a { background-color: rgb(211,60,212); }
div.DivClassName
{
background-color: #D33CD4;
}
.BgClassName
{
background-color: #D33CD4;
}
</style>
border-color css
<style>
span { border-color: #D33CD4; }
span { border-color: rgb(211,60,212); }
td.TdClassName
{
border-color: #D33CD4;
}
.TagClassName
{
border-color: #D33CD4;
}
</style>