Shades of Fuchsia #D551C1
Tints of Fuchsia #D551C1
RGB
CMYK
RGB Variations
Color information
#D551C1 (or 0xD551C1) is known color: Fuchsia. HEX triplet: D5, 51 and C1. RGB value is (213,81,193). Sum of RGB (Red+Green+Blue) = 213+81+193=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D551C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551C1 is #2AAE3E. Grayscale: #848484. Windows color (decimal): -2797119 or 12669397. OLE color: 12669397.
HSL color Cylindrical-coordinate representation of color #D551C1: hue angle of 309.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551C1 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 193 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.16 |
| HSL | 309.09º | 0.61% | 0.58% | - |
| HSV(B) | 309.09º | 0.62% | 0.84% | - |
| XYZ | 40.01 | 23.88 | 52.95 | - |
| YUV | 133.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 193 | 0 | 0.62 | 0.09 | 0.16 | 309.09 | 0.61 | 0.58 |
| Hex | D5 | 51 | C1 | 0 | 3E | 9 | 10 | 135 | 3D | 3A |
| Octal | 325 | 121 | 301 | 0 | 76 | 11 | 20 | 465 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11000001 | 0 | 111110 | 1001 | 10000 | 100110101 | 111101 | 111010 |
Color Harmonies of #D551C1
Complementary color
Monochromatic Colors of #D551C1
Black with #D551C1
Text Example
Text Example
White with #D551C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551C1; }
p { color: rgb(213,81,193); }
H1.HeaderClassName
{
color: #D551C1;
}
.AnyTagClassName
{
color: #D551C1;
}
</style>
background-color css
<style>
a { background-color: #D551C1; }
a { background-color: rgb(213,81,193); }
div.DivClassName
{
background-color: #D551C1;
}
.BgClassName
{
background-color: #D551C1;
}
</style>
border-color css
<style>
span { border-color: #D551C1; }
span { border-color: rgb(213,81,193); }
td.TdClassName
{
border-color: #D551C1;
}
.TagClassName
{
border-color: #D551C1;
}
</style>