Shades of Fuchsia #D53CCF
Tints of Fuchsia #D53CCF
RGB
CMYK
RGB Variations
Color information
#D53CCF (or 0xD53CCF) is known color: Fuchsia. HEX triplet: D5, 3C and CF. RGB value is (213,60,207). Sum of RGB (Red+Green+Blue) = 213+60+207=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CCF is #2AC330. Grayscale: #7A7A7A. Windows color (decimal): -2802481 or 13581525. OLE color: 13581525.
HSL color Cylindrical-coordinate representation of color #D53CCF: hue angle of 302.35º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53CCF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 207 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.16 |
| HSL | 302.35º | 0.65% | 0.54% | - |
| HSV(B) | 302.35º | 0.72% | 0.84% | - |
| XYZ | 40.32 | 21.88 | 61.13 | - |
| YUV | 122.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 207 | 0 | 0.72 | 0.03 | 0.16 | 302.35 | 0.65 | 0.54 |
| Hex | D5 | 3C | CF | 0 | 48 | 3 | 10 | 12E | 41 | 36 |
| Octal | 325 | 74 | 317 | 0 | 110 | 3 | 20 | 456 | 101 | 66 |
| Binary | 11010101 | 111100 | 11001111 | 0 | 1001000 | 11 | 10000 | 100101110 | 1000001 | 110110 |
Color Harmonies of #D53CCF
Complementary color
Monochromatic Colors of #D53CCF
Black with #D53CCF
Text Example
Text Example
White with #D53CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CCF; }
p { color: rgb(213,60,207); }
H1.HeaderClassName
{
color: #D53CCF;
}
.AnyTagClassName
{
color: #D53CCF;
}
</style>
background-color css
<style>
a { background-color: #D53CCF; }
a { background-color: rgb(213,60,207); }
div.DivClassName
{
background-color: #D53CCF;
}
.BgClassName
{
background-color: #D53CCF;
}
</style>
border-color css
<style>
span { border-color: #D53CCF; }
span { border-color: rgb(213,60,207); }
td.TdClassName
{
border-color: #D53CCF;
}
.TagClassName
{
border-color: #D53CCF;
}
</style>