Shades of Fuchsia #D550C5
Tints of Fuchsia #D550C5
RGB
CMYK
RGB Variations
Color information
#D550C5 (or 0xD550C5) is known color: Fuchsia. HEX triplet: D5, 50 and C5. RGB value is (213,80,197). Sum of RGB (Red+Green+Blue) = 213+80+197=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C5 is #2AAF3A. Grayscale: #848484. Windows color (decimal): -2797371 or 12931285. OLE color: 12931285.
HSL color Cylindrical-coordinate representation of color #D550C5: hue angle of 307.22º 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 #D550C5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 197 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.16 |
| HSL | 307.22º | 0.61% | 0.57% | - |
| HSV(B) | 307.22º | 0.62% | 0.84% | - |
| XYZ | 40.39 | 23.91 | 55.31 | - |
| YUV | 133.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 197 | 0 | 0.62 | 0.08 | 0.16 | 307.22 | 0.61 | 0.57 |
| Hex | D5 | 50 | C5 | 0 | 3E | 8 | 10 | 133 | 3D | 39 |
| Octal | 325 | 120 | 305 | 0 | 76 | 10 | 20 | 463 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11000101 | 0 | 111110 | 1000 | 10000 | 100110011 | 111101 | 111001 |
Color Harmonies of #D550C5
Complementary color
Monochromatic Colors of #D550C5
Black with #D550C5
Text Example
Text Example
White with #D550C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550C5; }
p { color: rgb(213,80,197); }
H1.HeaderClassName
{
color: #D550C5;
}
.AnyTagClassName
{
color: #D550C5;
}
</style>
background-color css
<style>
a { background-color: #D550C5; }
a { background-color: rgb(213,80,197); }
div.DivClassName
{
background-color: #D550C5;
}
.BgClassName
{
background-color: #D550C5;
}
</style>
border-color css
<style>
span { border-color: #D550C5; }
span { border-color: rgb(213,80,197); }
td.TdClassName
{
border-color: #D550C5;
}
.TagClassName
{
border-color: #D550C5;
}
</style>