Shades of Fuchsia #D550C1
Tints of Fuchsia #D550C1
RGB
CMYK
RGB Variations
Color information
#D550C1 (or 0xD550C1) is known color: Fuchsia. HEX triplet: D5, 50 and C1. RGB value is (213,80,193). Sum of RGB (Red+Green+Blue) = 213+80+193=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C1 is #2AAF3E. Grayscale: #848484. Windows color (decimal): -2797375 or 12669141. OLE color: 12669141.
HSL color Cylindrical-coordinate representation of color #D550C1: hue angle of 309.02º 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 #D550C1 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 193 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.16 |
| HSL | 309.02º | 0.61% | 0.57% | - |
| HSV(B) | 309.02º | 0.62% | 0.84% | - |
| XYZ | 39.93 | 23.73 | 52.93 | - |
| YUV | 132.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 193 | 0 | 0.62 | 0.09 | 0.16 | 309.02 | 0.61 | 0.57 |
| Hex | D5 | 50 | C1 | 0 | 3E | 9 | 10 | 135 | 3D | 39 |
| Octal | 325 | 120 | 301 | 0 | 76 | 11 | 20 | 465 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11000001 | 0 | 111110 | 1001 | 10000 | 100110101 | 111101 | 111001 |
Color Harmonies of #D550C1
Complementary color
Monochromatic Colors of #D550C1
Black with #D550C1
Text Example
Text Example
White with #D550C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550C1; }
p { color: rgb(213,80,193); }
H1.HeaderClassName
{
color: #D550C1;
}
.AnyTagClassName
{
color: #D550C1;
}
</style>
background-color css
<style>
a { background-color: #D550C1; }
a { background-color: rgb(213,80,193); }
div.DivClassName
{
background-color: #D550C1;
}
.BgClassName
{
background-color: #D550C1;
}
</style>
border-color css
<style>
span { border-color: #D550C1; }
span { border-color: rgb(213,80,193); }
td.TdClassName
{
border-color: #D550C1;
}
.TagClassName
{
border-color: #D550C1;
}
</style>