Shades of Fuchsia #D13ACC
Tints of Fuchsia #D13ACC
RGB
CMYK
RGB Variations
Color information
#D13ACC (or 0xD13ACC) is known color: Fuchsia. HEX triplet: D1, 3A and CC. RGB value is (209,58,204). Sum of RGB (Red+Green+Blue) = 209+58+204=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ACC is #2EC533. Grayscale: #777777. Windows color (decimal): -3065140 or 13384401. OLE color: 13384401.
HSL color Cylindrical-coordinate representation of color #D13ACC: hue angle of 301.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13ACC is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 204 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.18 |
| HSL | 301.99º | 0.62% | 0.52% | - |
| HSV(B) | 301.99º | 0.72% | 0.82% | - |
| XYZ | 38.71 | 20.94 | 59.13 | - |
| YUV | 119.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 204 | 0 | 0.72 | 0.02 | 0.18 | 301.99 | 0.62 | 0.52 |
| Hex | D1 | 3A | CC | 0 | 48 | 2 | 12 | 12E | 3E | 34 |
| Octal | 321 | 72 | 314 | 0 | 110 | 2 | 22 | 456 | 76 | 64 |
| Binary | 11010001 | 111010 | 11001100 | 0 | 1001000 | 10 | 10010 | 100101110 | 111110 | 110100 |
Color Harmonies of #D13ACC
Complementary color
Monochromatic Colors of #D13ACC
Black with #D13ACC
Text Example
Text Example
White with #D13ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ACC; }
p { color: rgb(209,58,204); }
H1.HeaderClassName
{
color: #D13ACC;
}
.AnyTagClassName
{
color: #D13ACC;
}
</style>
background-color css
<style>
a { background-color: #D13ACC; }
a { background-color: rgb(209,58,204); }
div.DivClassName
{
background-color: #D13ACC;
}
.BgClassName
{
background-color: #D13ACC;
}
</style>
border-color css
<style>
span { border-color: #D13ACC; }
span { border-color: rgb(209,58,204); }
td.TdClassName
{
border-color: #D13ACC;
}
.TagClassName
{
border-color: #D13ACC;
}
</style>