Shades of Fuchsia #D545BE
Tints of Fuchsia #D545BE
RGB
CMYK
RGB Variations
Color information
#D545BE (or 0xD545BE) is known color: Fuchsia. HEX triplet: D5, 45 and BE. RGB value is (213,69,190). Sum of RGB (Red+Green+Blue) = 213+69+190=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D545BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545BE is #2ABA41. Grayscale: #7D7D7D. Windows color (decimal): -2800194 or 12469717. OLE color: 12469717.
HSL color Cylindrical-coordinate representation of color #D545BE: hue angle of 309.58º 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 #D545BE is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 190 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.16 |
| HSL | 309.58º | 0.63% | 0.55% | - |
| HSV(B) | 309.58º | 0.68% | 0.84% | - |
| XYZ | 38.86 | 22.12 | 50.94 | - |
| YUV | 125.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 190 | 0 | 0.68 | 0.11 | 0.16 | 309.58 | 0.63 | 0.55 |
| Hex | D5 | 45 | BE | 0 | 44 | B | 10 | 136 | 3F | 37 |
| Octal | 325 | 105 | 276 | 0 | 104 | 13 | 20 | 466 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10111110 | 0 | 1000100 | 1011 | 10000 | 100110110 | 111111 | 110111 |
Color Harmonies of #D545BE
Complementary color
Monochromatic Colors of #D545BE
Black with #D545BE
Text Example
Text Example
White with #D545BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545BE; }
p { color: rgb(213,69,190); }
H1.HeaderClassName
{
color: #D545BE;
}
.AnyTagClassName
{
color: #D545BE;
}
</style>
background-color css
<style>
a { background-color: #D545BE; }
a { background-color: rgb(213,69,190); }
div.DivClassName
{
background-color: #D545BE;
}
.BgClassName
{
background-color: #D545BE;
}
</style>
border-color css
<style>
span { border-color: #D545BE; }
span { border-color: rgb(213,69,190); }
td.TdClassName
{
border-color: #D545BE;
}
.TagClassName
{
border-color: #D545BE;
}
</style>