Shades of Fuchsia #D550C7
Tints of Fuchsia #D550C7
RGB
CMYK
RGB Variations
Color information
#D550C7 (or 0xD550C7) is known color: Fuchsia. HEX triplet: D5, 50 and C7. RGB value is (213,80,199). Sum of RGB (Red+Green+Blue) = 213+80+199=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C7 is #2AAF38. Grayscale: #848484. Windows color (decimal): -2797369 or 13062357. OLE color: 13062357.
HSL color Cylindrical-coordinate representation of color #D550C7: hue angle of 306.32º 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 #D550C7 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 199 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.16 |
| HSL | 306.32º | 0.61% | 0.57% | - |
| HSV(B) | 306.32º | 0.62% | 0.84% | - |
| XYZ | 40.62 | 24.01 | 56.53 | - |
| YUV | 133.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 199 | 0 | 0.62 | 0.07 | 0.16 | 306.32 | 0.61 | 0.57 |
| Hex | D5 | 50 | C7 | 0 | 3E | 7 | 10 | 132 | 3D | 39 |
| Octal | 325 | 120 | 307 | 0 | 76 | 7 | 20 | 462 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11000111 | 0 | 111110 | 111 | 10000 | 100110010 | 111101 | 111001 |
Color Harmonies of #D550C7
Complementary color
Monochromatic Colors of #D550C7
Black with #D550C7
Text Example
Text Example
White with #D550C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550C7; }
p { color: rgb(213,80,199); }
H1.HeaderClassName
{
color: #D550C7;
}
.AnyTagClassName
{
color: #D550C7;
}
</style>
background-color css
<style>
a { background-color: #D550C7; }
a { background-color: rgb(213,80,199); }
div.DivClassName
{
background-color: #D550C7;
}
.BgClassName
{
background-color: #D550C7;
}
</style>
border-color css
<style>
span { border-color: #D550C7; }
span { border-color: rgb(213,80,199); }
td.TdClassName
{
border-color: #D550C7;
}
.TagClassName
{
border-color: #D550C7;
}
</style>