Shades of Fuchsia #D552C3
Tints of Fuchsia #D552C3
RGB
CMYK
RGB Variations
Color information
#D552C3 (or 0xD552C3) is known color: Fuchsia. HEX triplet: D5, 52 and C3. RGB value is (213,82,195). Sum of RGB (Red+Green+Blue) = 213+82+195=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D552C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552C3 is #2AAD3C. Grayscale: #858585. Windows color (decimal): -2796861 or 12800725. OLE color: 12800725.
HSL color Cylindrical-coordinate representation of color #D552C3: hue angle of 308.24º 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 #D552C3 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 195 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.16 |
| HSL | 308.24º | 0.61% | 0.58% | - |
| HSV(B) | 308.24º | 0.62% | 0.84% | - |
| XYZ | 40.31 | 24.12 | 54.16 | - |
| YUV | 134.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 195 | 0 | 0.62 | 0.08 | 0.16 | 308.24 | 0.61 | 0.58 |
| Hex | D5 | 52 | C3 | 0 | 3E | 8 | 10 | 134 | 3D | 3A |
| Octal | 325 | 122 | 303 | 0 | 76 | 10 | 20 | 464 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11000011 | 0 | 111110 | 1000 | 10000 | 100110100 | 111101 | 111010 |
Color Harmonies of #D552C3
Complementary color
Monochromatic Colors of #D552C3
Black with #D552C3
Text Example
Text Example
White with #D552C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552C3; }
p { color: rgb(213,82,195); }
H1.HeaderClassName
{
color: #D552C3;
}
.AnyTagClassName
{
color: #D552C3;
}
</style>
background-color css
<style>
a { background-color: #D552C3; }
a { background-color: rgb(213,82,195); }
div.DivClassName
{
background-color: #D552C3;
}
.BgClassName
{
background-color: #D552C3;
}
</style>
border-color css
<style>
span { border-color: #D552C3; }
span { border-color: rgb(213,82,195); }
td.TdClassName
{
border-color: #D552C3;
}
.TagClassName
{
border-color: #D552C3;
}
</style>