Shades of Fuchsia #D13CCC
Tints of Fuchsia #D13CCC
RGB
CMYK
RGB Variations
Color information
#D13CCC (or 0xD13CCC) is known color: Fuchsia. HEX triplet: D1, 3C and CC. RGB value is (209,60,204). Sum of RGB (Red+Green+Blue) = 209+60+204=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CCC is #2EC333. Grayscale: #787878. Windows color (decimal): -3064628 or 13384913. OLE color: 13384913.
HSL color Cylindrical-coordinate representation of color #D13CCC: hue angle of 302.01º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13CCC is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 204 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.18 |
| HSL | 302.01º | 0.62% | 0.53% | - |
| HSV(B) | 302.01º | 0.71% | 0.82% | - |
| XYZ | 38.81 | 21.15 | 59.16 | - |
| YUV | 120.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 204 | 0 | 0.71 | 0.02 | 0.18 | 302.01 | 0.62 | 0.53 |
| Hex | D1 | 3C | CC | 0 | 47 | 2 | 12 | 12E | 3E | 35 |
| Octal | 321 | 74 | 314 | 0 | 107 | 2 | 22 | 456 | 76 | 65 |
| Binary | 11010001 | 111100 | 11001100 | 0 | 1000111 | 10 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D13CCC
Complementary color
Monochromatic Colors of #D13CCC
Black with #D13CCC
Text Example
Text Example
White with #D13CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CCC; }
p { color: rgb(209,60,204); }
H1.HeaderClassName
{
color: #D13CCC;
}
.AnyTagClassName
{
color: #D13CCC;
}
</style>
background-color css
<style>
a { background-color: #D13CCC; }
a { background-color: rgb(209,60,204); }
div.DivClassName
{
background-color: #D13CCC;
}
.BgClassName
{
background-color: #D13CCC;
}
</style>
border-color css
<style>
span { border-color: #D13CCC; }
span { border-color: rgb(209,60,204); }
td.TdClassName
{
border-color: #D13CCC;
}
.TagClassName
{
border-color: #D13CCC;
}
</style>