Shades of Fuchsia #D554B3
Tints of Fuchsia #D554B3
RGB
CMYK
RGB Variations
Color information
#D554B3 (or 0xD554B3) is known color: Fuchsia. HEX triplet: D5, 54 and B3. RGB value is (213,84,179). Sum of RGB (Red+Green+Blue) = 213+84+179=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D554B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554B3 is #2AAB4C. Grayscale: #858585. Windows color (decimal): -2796365 or 11752661. OLE color: 11752661.
HSL color Cylindrical-coordinate representation of color #D554B3: hue angle of 315.81º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D554B3 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 179 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.16 |
| HSL | 315.81º | 0.61% | 0.58% | - |
| HSV(B) | 315.81º | 0.61% | 0.84% | - |
| XYZ | 38.75 | 23.74 | 45.19 | - |
| YUV | 133.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 179 | 0 | 0.61 | 0.16 | 0.16 | 315.81 | 0.61 | 0.58 |
| Hex | D5 | 54 | B3 | 0 | 3D | 10 | 10 | 13C | 3D | 3A |
| Octal | 325 | 124 | 263 | 0 | 75 | 20 | 20 | 474 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10110011 | 0 | 111101 | 10000 | 10000 | 100111100 | 111101 | 111010 |
Color Harmonies of #D554B3
Complementary color
Monochromatic Colors of #D554B3
Black with #D554B3
Text Example
Text Example
White with #D554B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554B3; }
p { color: rgb(213,84,179); }
H1.HeaderClassName
{
color: #D554B3;
}
.AnyTagClassName
{
color: #D554B3;
}
</style>
background-color css
<style>
a { background-color: #D554B3; }
a { background-color: rgb(213,84,179); }
div.DivClassName
{
background-color: #D554B3;
}
.BgClassName
{
background-color: #D554B3;
}
</style>
border-color css
<style>
span { border-color: #D554B3; }
span { border-color: rgb(213,84,179); }
td.TdClassName
{
border-color: #D554B3;
}
.TagClassName
{
border-color: #D554B3;
}
</style>