Shades of Fuchsia #D552C5
Tints of Fuchsia #D552C5
RGB
CMYK
RGB Variations
Color information
#D552C5 (or 0xD552C5) is known color: Fuchsia. HEX triplet: D5, 52 and C5. RGB value is (213,82,197). Sum of RGB (Red+Green+Blue) = 213+82+197=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D552C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552C5 is #2AAD3A. Grayscale: #858585. Windows color (decimal): -2796859 or 12931797. OLE color: 12931797.
HSL color Cylindrical-coordinate representation of color #D552C5: hue angle of 307.33º 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 #D552C5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 197 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.16 |
| HSL | 307.33º | 0.61% | 0.58% | - |
| HSV(B) | 307.33º | 0.62% | 0.84% | - |
| XYZ | 40.54 | 24.21 | 55.36 | - |
| YUV | 134.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 197 | 0 | 0.62 | 0.08 | 0.16 | 307.33 | 0.61 | 0.58 |
| Hex | D5 | 52 | C5 | 0 | 3E | 8 | 10 | 133 | 3D | 3A |
| Octal | 325 | 122 | 305 | 0 | 76 | 10 | 20 | 463 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11000101 | 0 | 111110 | 1000 | 10000 | 100110011 | 111101 | 111010 |
Color Harmonies of #D552C5
Complementary color
Monochromatic Colors of #D552C5
Black with #D552C5
Text Example
Text Example
White with #D552C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552C5; }
p { color: rgb(213,82,197); }
H1.HeaderClassName
{
color: #D552C5;
}
.AnyTagClassName
{
color: #D552C5;
}
</style>
background-color css
<style>
a { background-color: #D552C5; }
a { background-color: rgb(213,82,197); }
div.DivClassName
{
background-color: #D552C5;
}
.BgClassName
{
background-color: #D552C5;
}
</style>
border-color css
<style>
span { border-color: #D552C5; }
span { border-color: rgb(213,82,197); }
td.TdClassName
{
border-color: #D552C5;
}
.TagClassName
{
border-color: #D552C5;
}
</style>