Shades of Fuchsia #D54DBB
Tints of Fuchsia #D54DBB
RGB
CMYK
RGB Variations
Color information
#D54DBB (or 0xD54DBB) is known color: Fuchsia. HEX triplet: D5, 4D and BB. RGB value is (213,77,187). Sum of RGB (Red+Green+Blue) = 213+77+187=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DBB is #2AB244. Grayscale: #818181. Windows color (decimal): -2798149 or 12275157. OLE color: 12275157.
HSL color Cylindrical-coordinate representation of color #D54DBB: hue angle of 311.47º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DBB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 187 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.16 |
| HSL | 311.47º | 0.62% | 0.57% | - |
| HSV(B) | 311.47º | 0.64% | 0.84% | - |
| XYZ | 39.06 | 23.04 | 49.4 | - |
| YUV | 130.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 187 | 0 | 0.64 | 0.12 | 0.16 | 311.47 | 0.62 | 0.57 |
| Hex | D5 | 4D | BB | 0 | 40 | C | 10 | 137 | 3E | 39 |
| Octal | 325 | 115 | 273 | 0 | 100 | 14 | 20 | 467 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10111011 | 0 | 1000000 | 1100 | 10000 | 100110111 | 111110 | 111001 |
Color Harmonies of #D54DBB
Complementary color
Monochromatic Colors of #D54DBB
Black with #D54DBB
Text Example
Text Example
White with #D54DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DBB; }
p { color: rgb(213,77,187); }
H1.HeaderClassName
{
color: #D54DBB;
}
.AnyTagClassName
{
color: #D54DBB;
}
</style>
background-color css
<style>
a { background-color: #D54DBB; }
a { background-color: rgb(213,77,187); }
div.DivClassName
{
background-color: #D54DBB;
}
.BgClassName
{
background-color: #D54DBB;
}
</style>
border-color css
<style>
span { border-color: #D54DBB; }
span { border-color: rgb(213,77,187); }
td.TdClassName
{
border-color: #D54DBB;
}
.TagClassName
{
border-color: #D54DBB;
}
</style>