Shades of Fuchsia #D545BB
Tints of Fuchsia #D545BB
RGB
CMYK
RGB Variations
Color information
#D545BB (or 0xD545BB) is known color: Fuchsia. HEX triplet: D5, 45 and BB. RGB value is (213,69,187). Sum of RGB (Red+Green+Blue) = 213+69+187=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D545BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545BB is #2ABA44. Grayscale: #7D7D7D. Windows color (decimal): -2800197 or 12273109. OLE color: 12273109.
HSL color Cylindrical-coordinate representation of color #D545BB: hue angle of 310.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545BB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 187 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.16 |
| HSL | 310.83º | 0.63% | 0.55% | - |
| HSV(B) | 310.83º | 0.68% | 0.84% | - |
| XYZ | 38.54 | 21.99 | 49.23 | - |
| YUV | 125.51 | 162.71 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 187 | 0 | 0.68 | 0.12 | 0.16 | 310.83 | 0.63 | 0.55 |
| Hex | D5 | 45 | BB | 0 | 44 | C | 10 | 137 | 3F | 37 |
| Octal | 325 | 105 | 273 | 0 | 104 | 14 | 20 | 467 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10111011 | 0 | 1000100 | 1100 | 10000 | 100110111 | 111111 | 110111 |
Color Harmonies of #D545BB
Complementary color
Monochromatic Colors of #D545BB
Black with #D545BB
Text Example
Text Example
White with #D545BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545BB; }
p { color: rgb(213,69,187); }
H1.HeaderClassName
{
color: #D545BB;
}
.AnyTagClassName
{
color: #D545BB;
}
</style>
background-color css
<style>
a { background-color: #D545BB; }
a { background-color: rgb(213,69,187); }
div.DivClassName
{
background-color: #D545BB;
}
.BgClassName
{
background-color: #D545BB;
}
</style>
border-color css
<style>
span { border-color: #D545BB; }
span { border-color: rgb(213,69,187); }
td.TdClassName
{
border-color: #D545BB;
}
.TagClassName
{
border-color: #D545BB;
}
</style>