Shades of Fuchsia #D550BE
Tints of Fuchsia #D550BE
RGB
CMYK
RGB Variations
Color information
#D550BE (or 0xD550BE) is known color: Fuchsia. HEX triplet: D5, 50 and BE. RGB value is (213,80,190). Sum of RGB (Red+Green+Blue) = 213+80+190=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D550BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550BE is #2AAF41. Grayscale: #848484. Windows color (decimal): -2797378 or 12472533. OLE color: 12472533.
HSL color Cylindrical-coordinate representation of color #D550BE: hue angle of 310.38º 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 #D550BE is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 190 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.16 |
| HSL | 310.38º | 0.61% | 0.57% | - |
| HSV(B) | 310.38º | 0.62% | 0.84% | - |
| XYZ | 39.6 | 23.6 | 51.18 | - |
| YUV | 132.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 190 | 0 | 0.62 | 0.11 | 0.16 | 310.38 | 0.61 | 0.57 |
| Hex | D5 | 50 | BE | 0 | 3E | B | 10 | 136 | 3D | 39 |
| Octal | 325 | 120 | 276 | 0 | 76 | 13 | 20 | 466 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10111110 | 0 | 111110 | 1011 | 10000 | 100110110 | 111101 | 111001 |
Color Harmonies of #D550BE
Complementary color
Monochromatic Colors of #D550BE
Black with #D550BE
Text Example
Text Example
White with #D550BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550BE; }
p { color: rgb(213,80,190); }
H1.HeaderClassName
{
color: #D550BE;
}
.AnyTagClassName
{
color: #D550BE;
}
</style>
background-color css
<style>
a { background-color: #D550BE; }
a { background-color: rgb(213,80,190); }
div.DivClassName
{
background-color: #D550BE;
}
.BgClassName
{
background-color: #D550BE;
}
</style>
border-color css
<style>
span { border-color: #D550BE; }
span { border-color: rgb(213,80,190); }
td.TdClassName
{
border-color: #D550BE;
}
.TagClassName
{
border-color: #D550BE;
}
</style>