Shades of Fuchsia #D551C2
Tints of Fuchsia #D551C2
RGB
CMYK
RGB Variations
Color information
#D551C2 (or 0xD551C2) is known color: Fuchsia. HEX triplet: D5, 51 and C2. RGB value is (213,81,194). Sum of RGB (Red+Green+Blue) = 213+81+194=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D551C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551C2 is #2AAE3D. Grayscale: #858585. Windows color (decimal): -2797118 or 12734933. OLE color: 12734933.
HSL color Cylindrical-coordinate representation of color #D551C2: hue angle of 308.64º 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 #D551C2 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 194 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.16 |
| HSL | 308.64º | 0.61% | 0.58% | - |
| HSV(B) | 308.64º | 0.62% | 0.84% | - |
| XYZ | 40.12 | 23.93 | 53.54 | - |
| YUV | 133.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 194 | 0 | 0.62 | 0.09 | 0.16 | 308.64 | 0.61 | 0.58 |
| Hex | D5 | 51 | C2 | 0 | 3E | 9 | 10 | 135 | 3D | 3A |
| Octal | 325 | 121 | 302 | 0 | 76 | 11 | 20 | 465 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11000010 | 0 | 111110 | 1001 | 10000 | 100110101 | 111101 | 111010 |
Color Harmonies of #D551C2
Complementary color
Monochromatic Colors of #D551C2
Black with #D551C2
Text Example
Text Example
White with #D551C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551C2; }
p { color: rgb(213,81,194); }
H1.HeaderClassName
{
color: #D551C2;
}
.AnyTagClassName
{
color: #D551C2;
}
</style>
background-color css
<style>
a { background-color: #D551C2; }
a { background-color: rgb(213,81,194); }
div.DivClassName
{
background-color: #D551C2;
}
.BgClassName
{
background-color: #D551C2;
}
</style>
border-color css
<style>
span { border-color: #D551C2; }
span { border-color: rgb(213,81,194); }
td.TdClassName
{
border-color: #D551C2;
}
.TagClassName
{
border-color: #D551C2;
}
</style>