Shades of Fuchsia #D552B0
Tints of Fuchsia #D552B0
RGB
CMYK
RGB Variations
Color information
#D552B0 (or 0xD552B0) is known color: Fuchsia. HEX triplet: D5, 52 and B0. RGB value is (213,82,176). Sum of RGB (Red+Green+Blue) = 213+82+176=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D552B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552B0 is #2AAD4F. Grayscale: #838383. Windows color (decimal): -2796880 or 11555541. OLE color: 11555541.
HSL color Cylindrical-coordinate representation of color #D552B0: hue angle of 316.95º 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 #D552B0 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 176 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.16 |
| HSL | 316.95º | 0.61% | 0.58% | - |
| HSV(B) | 316.95º | 0.62% | 0.84% | - |
| XYZ | 38.29 | 23.32 | 43.56 | - |
| YUV | 131.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 176 | 0 | 0.62 | 0.17 | 0.16 | 316.95 | 0.61 | 0.58 |
| Hex | D5 | 52 | B0 | 0 | 3E | 11 | 10 | 13D | 3D | 3A |
| Octal | 325 | 122 | 260 | 0 | 76 | 21 | 20 | 475 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10110000 | 0 | 111110 | 10001 | 10000 | 100111101 | 111101 | 111010 |
Color Harmonies of #D552B0
Complementary color
Monochromatic Colors of #D552B0
Black with #D552B0
Text Example
Text Example
White with #D552B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552B0; }
p { color: rgb(213,82,176); }
H1.HeaderClassName
{
color: #D552B0;
}
.AnyTagClassName
{
color: #D552B0;
}
</style>
background-color css
<style>
a { background-color: #D552B0; }
a { background-color: rgb(213,82,176); }
div.DivClassName
{
background-color: #D552B0;
}
.BgClassName
{
background-color: #D552B0;
}
</style>
border-color css
<style>
span { border-color: #D552B0; }
span { border-color: rgb(213,82,176); }
td.TdClassName
{
border-color: #D552B0;
}
.TagClassName
{
border-color: #D552B0;
}
</style>