Shades of Fuchsia #D336CC
Tints of Fuchsia #D336CC
RGB
CMYK
RGB Variations
Color information
#D336CC (or 0xD336CC) is known color: Fuchsia. HEX triplet: D3, 36 and CC. RGB value is (211,54,204). Sum of RGB (Red+Green+Blue) = 211+54+204=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D336CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336CC is #2CC933. Grayscale: #757575. Windows color (decimal): -2935092 or 13383379. OLE color: 13383379.
HSL color Cylindrical-coordinate representation of color #D336CC: hue angle of 302.68º 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 #D336CC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 204 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.17 |
| HSL | 302.68º | 0.64% | 0.52% | - |
| HSV(B) | 302.68º | 0.74% | 0.83% | - |
| XYZ | 39.08 | 20.85 | 59.09 | - |
| YUV | 118.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 204 | 0 | 0.74 | 0.03 | 0.17 | 302.68 | 0.64 | 0.52 |
| Hex | D3 | 36 | CC | 0 | 4A | 3 | 11 | 12F | 40 | 34 |
| Octal | 323 | 66 | 314 | 0 | 112 | 3 | 21 | 457 | 100 | 64 |
| Binary | 11010011 | 110110 | 11001100 | 0 | 1001010 | 11 | 10001 | 100101111 | 1000000 | 110100 |
Color Harmonies of #D336CC
Complementary color
Monochromatic Colors of #D336CC
Black with #D336CC
Text Example
Text Example
White with #D336CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336CC; }
p { color: rgb(211,54,204); }
H1.HeaderClassName
{
color: #D336CC;
}
.AnyTagClassName
{
color: #D336CC;
}
</style>
background-color css
<style>
a { background-color: #D336CC; }
a { background-color: rgb(211,54,204); }
div.DivClassName
{
background-color: #D336CC;
}
.BgClassName
{
background-color: #D336CC;
}
</style>
border-color css
<style>
span { border-color: #D336CC; }
span { border-color: rgb(211,54,204); }
td.TdClassName
{
border-color: #D336CC;
}
.TagClassName
{
border-color: #D336CC;
}
</style>