Shades of Fuchsia #D453C0
Tints of Fuchsia #D453C0
RGB
CMYK
RGB Variations
Color information
#D453C0 (or 0xD453C0) is known color: Fuchsia. HEX triplet: D4, 53 and C0. RGB value is (212,83,192). Sum of RGB (Red+Green+Blue) = 212+83+192=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D453C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453C0 is #2BAC3F. Grayscale: #858585. Windows color (decimal): -2862144 or 12604372. OLE color: 12604372.
HSL color Cylindrical-coordinate representation of color #D453C0: hue angle of 309.3º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453C0 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 192 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.17 |
| HSL | 309.3º | 0.6% | 0.58% | - |
| HSV(B) | 309.3º | 0.61% | 0.83% | - |
| XYZ | 39.76 | 23.99 | 52.4 | - |
| YUV | 134 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 192 | 0 | 0.61 | 0.09 | 0.17 | 309.3 | 0.6 | 0.58 |
| Hex | D4 | 53 | C0 | 0 | 3D | 9 | 11 | 135 | 3C | 3A |
| Octal | 324 | 123 | 300 | 0 | 75 | 11 | 21 | 465 | 74 | 72 |
| Binary | 11010100 | 1010011 | 11000000 | 0 | 111101 | 1001 | 10001 | 100110101 | 111100 | 111010 |
Color Harmonies of #D453C0
Complementary color
Monochromatic Colors of #D453C0
Black with #D453C0
Text Example
Text Example
White with #D453C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453C0; }
p { color: rgb(212,83,192); }
H1.HeaderClassName
{
color: #D453C0;
}
.AnyTagClassName
{
color: #D453C0;
}
</style>
background-color css
<style>
a { background-color: #D453C0; }
a { background-color: rgb(212,83,192); }
div.DivClassName
{
background-color: #D453C0;
}
.BgClassName
{
background-color: #D453C0;
}
</style>
border-color css
<style>
span { border-color: #D453C0; }
span { border-color: rgb(212,83,192); }
td.TdClassName
{
border-color: #D453C0;
}
.TagClassName
{
border-color: #D453C0;
}
</style>