Shades of Fuchsia #D547B4
Tints of Fuchsia #D547B4
RGB
CMYK
RGB Variations
Color information
#D547B4 (or 0xD547B4) is known color: Fuchsia. HEX triplet: D5, 47 and B4. RGB value is (213,71,180). Sum of RGB (Red+Green+Blue) = 213+71+180=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D547B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547B4 is #2AB84B. Grayscale: #7D7D7D. Windows color (decimal): -2799692 or 11814869. OLE color: 11814869.
HSL color Cylindrical-coordinate representation of color #D547B4: hue angle of 313.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547B4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 180 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.16 |
| HSL | 313.94º | 0.63% | 0.56% | - |
| HSV(B) | 313.94º | 0.67% | 0.84% | - |
| XYZ | 37.93 | 21.95 | 45.42 | - |
| YUV | 125.88 | 158.54 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 180 | 0 | 0.67 | 0.15 | 0.16 | 313.94 | 0.63 | 0.56 |
| Hex | D5 | 47 | B4 | 0 | 43 | F | 10 | 13A | 3F | 38 |
| Octal | 325 | 107 | 264 | 0 | 103 | 17 | 20 | 472 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10110100 | 0 | 1000011 | 1111 | 10000 | 100111010 | 111111 | 111000 |
Color Harmonies of #D547B4
Complementary color
Monochromatic Colors of #D547B4
Black with #D547B4
Text Example
Text Example
White with #D547B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547B4; }
p { color: rgb(213,71,180); }
H1.HeaderClassName
{
color: #D547B4;
}
.AnyTagClassName
{
color: #D547B4;
}
</style>
background-color css
<style>
a { background-color: #D547B4; }
a { background-color: rgb(213,71,180); }
div.DivClassName
{
background-color: #D547B4;
}
.BgClassName
{
background-color: #D547B4;
}
</style>
border-color css
<style>
span { border-color: #D547B4; }
span { border-color: rgb(213,71,180); }
td.TdClassName
{
border-color: #D547B4;
}
.TagClassName
{
border-color: #D547B4;
}
</style>