Shades of Fuchsia #D548B6
Tints of Fuchsia #D548B6
RGB
CMYK
RGB Variations
Color information
#D548B6 (or 0xD548B6) is known color: Fuchsia. HEX triplet: D5, 48 and B6. RGB value is (213,72,182). Sum of RGB (Red+Green+Blue) = 213+72+182=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D548B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548B6 is #2AB749. Grayscale: #7E7E7E. Windows color (decimal): -2799434 or 11946197. OLE color: 11946197.
HSL color Cylindrical-coordinate representation of color #D548B6: hue angle of 313.19º 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 #D548B6 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 182 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.16 |
| HSL | 313.19º | 0.63% | 0.56% | - |
| HSV(B) | 313.19º | 0.66% | 0.84% | - |
| XYZ | 38.2 | 22.16 | 46.52 | - |
| YUV | 126.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 182 | 0 | 0.66 | 0.15 | 0.16 | 313.19 | 0.63 | 0.56 |
| Hex | D5 | 48 | B6 | 0 | 42 | F | 10 | 139 | 3F | 38 |
| Octal | 325 | 110 | 266 | 0 | 102 | 17 | 20 | 471 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10110110 | 0 | 1000010 | 1111 | 10000 | 100111001 | 111111 | 111000 |
Color Harmonies of #D548B6
Complementary color
Monochromatic Colors of #D548B6
Black with #D548B6
Text Example
Text Example
White with #D548B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548B6; }
p { color: rgb(213,72,182); }
H1.HeaderClassName
{
color: #D548B6;
}
.AnyTagClassName
{
color: #D548B6;
}
</style>
background-color css
<style>
a { background-color: #D548B6; }
a { background-color: rgb(213,72,182); }
div.DivClassName
{
background-color: #D548B6;
}
.BgClassName
{
background-color: #D548B6;
}
</style>
border-color css
<style>
span { border-color: #D548B6; }
span { border-color: rgb(213,72,182); }
td.TdClassName
{
border-color: #D548B6;
}
.TagClassName
{
border-color: #D548B6;
}
</style>