Shades of Fuchsia #D337CC
Tints of Fuchsia #D337CC
RGB
CMYK
RGB Variations
Color information
#D337CC (or 0xD337CC) is known color: Fuchsia. HEX triplet: D3, 37 and CC. RGB value is (211,55,204). Sum of RGB (Red+Green+Blue) = 211+55+204=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D337CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337CC is #2CC833. Grayscale: #767676. Windows color (decimal): -2934836 or 13383635. OLE color: 13383635.
HSL color Cylindrical-coordinate representation of color #D337CC: hue angle of 302.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D337CC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 204 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.17 |
| HSL | 302.69º | 0.64% | 0.52% | - |
| HSV(B) | 302.69º | 0.74% | 0.83% | - |
| XYZ | 39.13 | 20.94 | 59.11 | - |
| YUV | 118.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 204 | 0 | 0.74 | 0.03 | 0.17 | 302.69 | 0.64 | 0.52 |
| Hex | D3 | 37 | CC | 0 | 4A | 3 | 11 | 12F | 40 | 34 |
| Octal | 323 | 67 | 314 | 0 | 112 | 3 | 21 | 457 | 100 | 64 |
| Binary | 11010011 | 110111 | 11001100 | 0 | 1001010 | 11 | 10001 | 100101111 | 1000000 | 110100 |
Color Harmonies of #D337CC
Complementary color
Monochromatic Colors of #D337CC
Black with #D337CC
Text Example
Text Example
White with #D337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337CC; }
p { color: rgb(211,55,204); }
H1.HeaderClassName
{
color: #D337CC;
}
.AnyTagClassName
{
color: #D337CC;
}
</style>
background-color css
<style>
a { background-color: #D337CC; }
a { background-color: rgb(211,55,204); }
div.DivClassName
{
background-color: #D337CC;
}
.BgClassName
{
background-color: #D337CC;
}
</style>
border-color css
<style>
span { border-color: #D337CC; }
span { border-color: rgb(211,55,204); }
td.TdClassName
{
border-color: #D337CC;
}
.TagClassName
{
border-color: #D337CC;
}
</style>