Shades of Fuchsia #D545B3
Tints of Fuchsia #D545B3
RGB
CMYK
RGB Variations
Color information
#D545B3 (or 0xD545B3) is known color: Fuchsia. HEX triplet: D5, 45 and B3. RGB value is (213,69,179). Sum of RGB (Red+Green+Blue) = 213+69+179=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D545B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545B3 is #2ABA4C. Grayscale: #7C7C7C. Windows color (decimal): -2800205 or 11748821. OLE color: 11748821.
HSL color Cylindrical-coordinate representation of color #D545B3: hue angle of 314.17º 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 #D545B3 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 179 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.16 |
| HSL | 314.17º | 0.63% | 0.55% | - |
| HSV(B) | 314.17º | 0.68% | 0.84% | - |
| XYZ | 37.71 | 21.66 | 44.84 | - |
| YUV | 124.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 179 | 0 | 0.68 | 0.16 | 0.16 | 314.17 | 0.63 | 0.55 |
| Hex | D5 | 45 | B3 | 0 | 44 | 10 | 10 | 13A | 3F | 37 |
| Octal | 325 | 105 | 263 | 0 | 104 | 20 | 20 | 472 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10110011 | 0 | 1000100 | 10000 | 10000 | 100111010 | 111111 | 110111 |
Color Harmonies of #D545B3
Complementary color
Monochromatic Colors of #D545B3
Black with #D545B3
Text Example
Text Example
White with #D545B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545B3; }
p { color: rgb(213,69,179); }
H1.HeaderClassName
{
color: #D545B3;
}
.AnyTagClassName
{
color: #D545B3;
}
</style>
background-color css
<style>
a { background-color: #D545B3; }
a { background-color: rgb(213,69,179); }
div.DivClassName
{
background-color: #D545B3;
}
.BgClassName
{
background-color: #D545B3;
}
</style>
border-color css
<style>
span { border-color: #D545B3; }
span { border-color: rgb(213,69,179); }
td.TdClassName
{
border-color: #D545B3;
}
.TagClassName
{
border-color: #D545B3;
}
</style>