Shades of Fuchsia #D551C7
Tints of Fuchsia #D551C7
RGB
CMYK
RGB Variations
Color information
#D551C7 (or 0xD551C7) is known color: Fuchsia. HEX triplet: D5, 51 and C7. RGB value is (213,81,199). Sum of RGB (Red+Green+Blue) = 213+81+199=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D551C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551C7 is #2AAE38. Grayscale: #858585. Windows color (decimal): -2797113 or 13062613. OLE color: 13062613.
HSL color Cylindrical-coordinate representation of color #D551C7: hue angle of 306.36º 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 #D551C7 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 199 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.16 |
| HSL | 306.36º | 0.61% | 0.58% | - |
| HSV(B) | 306.36º | 0.62% | 0.84% | - |
| XYZ | 40.69 | 24.15 | 56.55 | - |
| YUV | 133.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 199 | 0 | 0.62 | 0.07 | 0.16 | 306.36 | 0.61 | 0.58 |
| Hex | D5 | 51 | C7 | 0 | 3E | 7 | 10 | 132 | 3D | 3A |
| Octal | 325 | 121 | 307 | 0 | 76 | 7 | 20 | 462 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11000111 | 0 | 111110 | 111 | 10000 | 100110010 | 111101 | 111010 |
Color Harmonies of #D551C7
Complementary color
Monochromatic Colors of #D551C7
Black with #D551C7
Text Example
Text Example
White with #D551C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551C7; }
p { color: rgb(213,81,199); }
H1.HeaderClassName
{
color: #D551C7;
}
.AnyTagClassName
{
color: #D551C7;
}
</style>
background-color css
<style>
a { background-color: #D551C7; }
a { background-color: rgb(213,81,199); }
div.DivClassName
{
background-color: #D551C7;
}
.BgClassName
{
background-color: #D551C7;
}
</style>
border-color css
<style>
span { border-color: #D551C7; }
span { border-color: rgb(213,81,199); }
td.TdClassName
{
border-color: #D551C7;
}
.TagClassName
{
border-color: #D551C7;
}
</style>