Shades of Fuchsia #D548BE
Tints of Fuchsia #D548BE
RGB
CMYK
RGB Variations
Color information
#D548BE (or 0xD548BE) is known color: Fuchsia. HEX triplet: D5, 48 and BE. RGB value is (213,72,190). Sum of RGB (Red+Green+Blue) = 213+72+190=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D548BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548BE is #2AB741. Grayscale: #7F7F7F. Windows color (decimal): -2799426 or 12470485. OLE color: 12470485.
HSL color Cylindrical-coordinate representation of color #D548BE: hue angle of 309.79º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D548BE is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 190 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.16 |
| HSL | 309.79º | 0.63% | 0.56% | - |
| HSV(B) | 309.79º | 0.66% | 0.84% | - |
| XYZ | 39.05 | 22.5 | 51 | - |
| YUV | 127.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 190 | 0 | 0.66 | 0.11 | 0.16 | 309.79 | 0.63 | 0.56 |
| Hex | D5 | 48 | BE | 0 | 42 | B | 10 | 136 | 3F | 38 |
| Octal | 325 | 110 | 276 | 0 | 102 | 13 | 20 | 466 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10111110 | 0 | 1000010 | 1011 | 10000 | 100110110 | 111111 | 111000 |
Color Harmonies of #D548BE
Complementary color
Monochromatic Colors of #D548BE
Black with #D548BE
Text Example
Text Example
White with #D548BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548BE; }
p { color: rgb(213,72,190); }
H1.HeaderClassName
{
color: #D548BE;
}
.AnyTagClassName
{
color: #D548BE;
}
</style>
background-color css
<style>
a { background-color: #D548BE; }
a { background-color: rgb(213,72,190); }
div.DivClassName
{
background-color: #D548BE;
}
.BgClassName
{
background-color: #D548BE;
}
</style>
border-color css
<style>
span { border-color: #D548BE; }
span { border-color: rgb(213,72,190); }
td.TdClassName
{
border-color: #D548BE;
}
.TagClassName
{
border-color: #D548BE;
}
</style>