Shades of Fuchsia #D550AD
Tints of Fuchsia #D550AD
RGB
CMYK
RGB Variations
Color information
#D550AD (or 0xD550AD) is known color: Fuchsia. HEX triplet: D5, 50 and AD. RGB value is (213,80,173). Sum of RGB (Red+Green+Blue) = 213+80+173=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D550AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550AD is #2AAF52. Grayscale: #828282. Windows color (decimal): -2797395 or 11358421. OLE color: 11358421.
HSL color Cylindrical-coordinate representation of color #D550AD: hue angle of 318.05º 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 #D550AD is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 173 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.16 |
| HSL | 318.05º | 0.61% | 0.57% | - |
| HSV(B) | 318.05º | 0.62% | 0.84% | - |
| XYZ | 37.85 | 22.9 | 41.96 | - |
| YUV | 130.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 173 | 0 | 0.62 | 0.19 | 0.16 | 318.05 | 0.61 | 0.57 |
| Hex | D5 | 50 | AD | 0 | 3E | 13 | 10 | 13E | 3D | 39 |
| Octal | 325 | 120 | 255 | 0 | 76 | 23 | 20 | 476 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10101101 | 0 | 111110 | 10011 | 10000 | 100111110 | 111101 | 111001 |
Color Harmonies of #D550AD
Complementary color
Monochromatic Colors of #D550AD
Black with #D550AD
Text Example
Text Example
White with #D550AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550AD; }
p { color: rgb(213,80,173); }
H1.HeaderClassName
{
color: #D550AD;
}
.AnyTagClassName
{
color: #D550AD;
}
</style>
background-color css
<style>
a { background-color: #D550AD; }
a { background-color: rgb(213,80,173); }
div.DivClassName
{
background-color: #D550AD;
}
.BgClassName
{
background-color: #D550AD;
}
</style>
border-color css
<style>
span { border-color: #D550AD; }
span { border-color: rgb(213,80,173); }
td.TdClassName
{
border-color: #D550AD;
}
.TagClassName
{
border-color: #D550AD;
}
</style>