Shades of Fuchsia #D552C6
Tints of Fuchsia #D552C6
RGB
CMYK
RGB Variations
Color information
#D552C6 (or 0xD552C6) is known color: Fuchsia. HEX triplet: D5, 52 and C6. RGB value is (213,82,198). Sum of RGB (Red+Green+Blue) = 213+82+198=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D552C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552C6 is #2AAD39. Grayscale: #868686. Windows color (decimal): -2796858 or 12997333. OLE color: 12997333.
HSL color Cylindrical-coordinate representation of color #D552C6: hue angle of 306.87º 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 #D552C6 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 198 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.16 |
| HSL | 306.87º | 0.61% | 0.58% | - |
| HSV(B) | 306.87º | 0.62% | 0.84% | - |
| XYZ | 40.65 | 24.26 | 55.97 | - |
| YUV | 134.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 198 | 0 | 0.62 | 0.07 | 0.16 | 306.87 | 0.61 | 0.58 |
| Hex | D5 | 52 | C6 | 0 | 3E | 7 | 10 | 133 | 3D | 3A |
| Octal | 325 | 122 | 306 | 0 | 76 | 7 | 20 | 463 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11000110 | 0 | 111110 | 111 | 10000 | 100110011 | 111101 | 111010 |
Color Harmonies of #D552C6
Complementary color
Monochromatic Colors of #D552C6
Black with #D552C6
Text Example
Text Example
White with #D552C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552C6; }
p { color: rgb(213,82,198); }
H1.HeaderClassName
{
color: #D552C6;
}
.AnyTagClassName
{
color: #D552C6;
}
</style>
background-color css
<style>
a { background-color: #D552C6; }
a { background-color: rgb(213,82,198); }
div.DivClassName
{
background-color: #D552C6;
}
.BgClassName
{
background-color: #D552C6;
}
</style>
border-color css
<style>
span { border-color: #D552C6; }
span { border-color: rgb(213,82,198); }
td.TdClassName
{
border-color: #D552C6;
}
.TagClassName
{
border-color: #D552C6;
}
</style>