Shades of Fuchsia #D551C6
Tints of Fuchsia #D551C6
RGB
CMYK
RGB Variations
Color information
#D551C6 (or 0xD551C6) is known color: Fuchsia. HEX triplet: D5, 51 and C6. RGB value is (213,81,198). Sum of RGB (Red+Green+Blue) = 213+81+198=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D551C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551C6 is #2AAE39. Grayscale: #858585. Windows color (decimal): -2797114 or 12997077. OLE color: 12997077.
HSL color Cylindrical-coordinate representation of color #D551C6: hue angle of 306.82º 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 #D551C6 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 198 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.16 |
| HSL | 306.82º | 0.61% | 0.58% | - |
| HSV(B) | 306.82º | 0.62% | 0.84% | - |
| XYZ | 40.58 | 24.11 | 55.94 | - |
| YUV | 133.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 198 | 0 | 0.62 | 0.07 | 0.16 | 306.82 | 0.61 | 0.58 |
| Hex | D5 | 51 | C6 | 0 | 3E | 7 | 10 | 133 | 3D | 3A |
| Octal | 325 | 121 | 306 | 0 | 76 | 7 | 20 | 463 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11000110 | 0 | 111110 | 111 | 10000 | 100110011 | 111101 | 111010 |
Color Harmonies of #D551C6
Complementary color
Monochromatic Colors of #D551C6
Black with #D551C6
Text Example
Text Example
White with #D551C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551C6; }
p { color: rgb(213,81,198); }
H1.HeaderClassName
{
color: #D551C6;
}
.AnyTagClassName
{
color: #D551C6;
}
</style>
background-color css
<style>
a { background-color: #D551C6; }
a { background-color: rgb(213,81,198); }
div.DivClassName
{
background-color: #D551C6;
}
.BgClassName
{
background-color: #D551C6;
}
</style>
border-color css
<style>
span { border-color: #D551C6; }
span { border-color: rgb(213,81,198); }
td.TdClassName
{
border-color: #D551C6;
}
.TagClassName
{
border-color: #D551C6;
}
</style>