Shades of Fuchsia #D552B3
Tints of Fuchsia #D552B3
RGB
CMYK
RGB Variations
Color information
#D552B3 (or 0xD552B3) is known color: Fuchsia. HEX triplet: D5, 52 and B3. RGB value is (213,82,179). Sum of RGB (Red+Green+Blue) = 213+82+179=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D552B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552B3 is #2AAD4C. Grayscale: #838383. Windows color (decimal): -2796877 or 11752149. OLE color: 11752149.
HSL color Cylindrical-coordinate representation of color #D552B3: hue angle of 315.57º 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 #D552B3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 179 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.16 |
| HSL | 315.57º | 0.61% | 0.58% | - |
| HSV(B) | 315.57º | 0.62% | 0.84% | - |
| XYZ | 38.59 | 23.44 | 45.14 | - |
| YUV | 132.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 179 | 0 | 0.62 | 0.16 | 0.16 | 315.57 | 0.61 | 0.58 |
| Hex | D5 | 52 | B3 | 0 | 3E | 10 | 10 | 13C | 3D | 3A |
| Octal | 325 | 122 | 263 | 0 | 76 | 20 | 20 | 474 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10110011 | 0 | 111110 | 10000 | 10000 | 100111100 | 111101 | 111010 |
Color Harmonies of #D552B3
Complementary color
Monochromatic Colors of #D552B3
Black with #D552B3
Text Example
Text Example
White with #D552B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552B3; }
p { color: rgb(213,82,179); }
H1.HeaderClassName
{
color: #D552B3;
}
.AnyTagClassName
{
color: #D552B3;
}
</style>
background-color css
<style>
a { background-color: #D552B3; }
a { background-color: rgb(213,82,179); }
div.DivClassName
{
background-color: #D552B3;
}
.BgClassName
{
background-color: #D552B3;
}
</style>
border-color css
<style>
span { border-color: #D552B3; }
span { border-color: rgb(213,82,179); }
td.TdClassName
{
border-color: #D552B3;
}
.TagClassName
{
border-color: #D552B3;
}
</style>