Shades of Fuchsia #D550B7
Tints of Fuchsia #D550B7
RGB
CMYK
RGB Variations
Color information
#D550B7 (or 0xD550B7) is known color: Fuchsia. HEX triplet: D5, 50 and B7. RGB value is (213,80,183). Sum of RGB (Red+Green+Blue) = 213+80+183=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D550B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550B7 is #2AAF48. Grayscale: #838383. Windows color (decimal): -2797385 or 12013781. OLE color: 12013781.
HSL color Cylindrical-coordinate representation of color #D550B7: hue angle of 313.53º 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 #D550B7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 183 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.16 |
| HSL | 313.53º | 0.61% | 0.57% | - |
| HSV(B) | 313.53º | 0.62% | 0.84% | - |
| XYZ | 38.86 | 23.3 | 47.25 | - |
| YUV | 131.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 183 | 0 | 0.62 | 0.14 | 0.16 | 313.53 | 0.61 | 0.57 |
| Hex | D5 | 50 | B7 | 0 | 3E | E | 10 | 13A | 3D | 39 |
| Octal | 325 | 120 | 267 | 0 | 76 | 16 | 20 | 472 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10110111 | 0 | 111110 | 1110 | 10000 | 100111010 | 111101 | 111001 |
Color Harmonies of #D550B7
Complementary color
Monochromatic Colors of #D550B7
Black with #D550B7
Text Example
Text Example
White with #D550B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550B7; }
p { color: rgb(213,80,183); }
H1.HeaderClassName
{
color: #D550B7;
}
.AnyTagClassName
{
color: #D550B7;
}
</style>
background-color css
<style>
a { background-color: #D550B7; }
a { background-color: rgb(213,80,183); }
div.DivClassName
{
background-color: #D550B7;
}
.BgClassName
{
background-color: #D550B7;
}
</style>
border-color css
<style>
span { border-color: #D550B7; }
span { border-color: rgb(213,80,183); }
td.TdClassName
{
border-color: #D550B7;
}
.TagClassName
{
border-color: #D550B7;
}
</style>