Shades of Fuchsia #D552B7
Tints of Fuchsia #D552B7
RGB
CMYK
RGB Variations
Color information
#D552B7 (or 0xD552B7) is known color: Fuchsia. HEX triplet: D5, 52 and B7. RGB value is (213,82,183). Sum of RGB (Red+Green+Blue) = 213+82+183=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D552B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552B7 is #2AAD48. Grayscale: #848484. Windows color (decimal): -2796873 or 12014293. OLE color: 12014293.
HSL color Cylindrical-coordinate representation of color #D552B7: hue angle of 313.74º 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 #D552B7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 183 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.16 |
| HSL | 313.74º | 0.61% | 0.58% | - |
| HSV(B) | 313.74º | 0.62% | 0.84% | - |
| XYZ | 39.01 | 23.6 | 47.3 | - |
| YUV | 132.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 183 | 0 | 0.62 | 0.14 | 0.16 | 313.74 | 0.61 | 0.58 |
| Hex | D5 | 52 | B7 | 0 | 3E | E | 10 | 13A | 3D | 3A |
| Octal | 325 | 122 | 267 | 0 | 76 | 16 | 20 | 472 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10110111 | 0 | 111110 | 1110 | 10000 | 100111010 | 111101 | 111010 |
Color Harmonies of #D552B7
Complementary color
Monochromatic Colors of #D552B7
Black with #D552B7
Text Example
Text Example
White with #D552B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552B7; }
p { color: rgb(213,82,183); }
H1.HeaderClassName
{
color: #D552B7;
}
.AnyTagClassName
{
color: #D552B7;
}
</style>
background-color css
<style>
a { background-color: #D552B7; }
a { background-color: rgb(213,82,183); }
div.DivClassName
{
background-color: #D552B7;
}
.BgClassName
{
background-color: #D552B7;
}
</style>
border-color css
<style>
span { border-color: #D552B7; }
span { border-color: rgb(213,82,183); }
td.TdClassName
{
border-color: #D552B7;
}
.TagClassName
{
border-color: #D552B7;
}
</style>