Shades of Fuchsia #D550BF
Tints of Fuchsia #D550BF
RGB
CMYK
RGB Variations
Color information
#D550BF (or 0xD550BF) is known color: Fuchsia. HEX triplet: D5, 50 and BF. RGB value is (213,80,191). Sum of RGB (Red+Green+Blue) = 213+80+191=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D550BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550BF is #2AAF40. Grayscale: #848484. Windows color (decimal): -2797377 or 12538069. OLE color: 12538069.
HSL color Cylindrical-coordinate representation of color #D550BF: hue angle of 309.92º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D550BF is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 191 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.16 |
| HSL | 309.92º | 0.61% | 0.57% | - |
| HSV(B) | 309.92º | 0.62% | 0.84% | - |
| XYZ | 39.71 | 23.65 | 51.76 | - |
| YUV | 132.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 191 | 0 | 0.62 | 0.10 | 0.16 | 309.92 | 0.61 | 0.57 |
| Hex | D5 | 50 | BF | 0 | 3E | A | 10 | 136 | 3D | 39 |
| Octal | 325 | 120 | 277 | 0 | 76 | 12 | 20 | 466 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10111111 | 0 | 111110 | 1010 | 10000 | 100110110 | 111101 | 111001 |
Color Harmonies of #D550BF
Complementary color
Monochromatic Colors of #D550BF
Black with #D550BF
Text Example
Text Example
White with #D550BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550BF; }
p { color: rgb(213,80,191); }
H1.HeaderClassName
{
color: #D550BF;
}
.AnyTagClassName
{
color: #D550BF;
}
</style>
background-color css
<style>
a { background-color: #D550BF; }
a { background-color: rgb(213,80,191); }
div.DivClassName
{
background-color: #D550BF;
}
.BgClassName
{
background-color: #D550BF;
}
</style>
border-color css
<style>
span { border-color: #D550BF; }
span { border-color: rgb(213,80,191); }
td.TdClassName
{
border-color: #D550BF;
}
.TagClassName
{
border-color: #D550BF;
}
</style>