Shades of Fuchsia #D550C2
Tints of Fuchsia #D550C2
RGB
CMYK
RGB Variations
Color information
#D550C2 (or 0xD550C2) is known color: Fuchsia. HEX triplet: D5, 50 and C2. RGB value is (213,80,194). Sum of RGB (Red+Green+Blue) = 213+80+194=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C2 is #2AAF3D. Grayscale: #848484. Windows color (decimal): -2797374 or 12734677. OLE color: 12734677.
HSL color Cylindrical-coordinate representation of color #D550C2: hue angle of 308.57º 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 #D550C2 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 194 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.16 |
| HSL | 308.57º | 0.61% | 0.57% | - |
| HSV(B) | 308.57º | 0.62% | 0.84% | - |
| XYZ | 40.05 | 23.78 | 53.52 | - |
| YUV | 132.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 194 | 0 | 0.62 | 0.09 | 0.16 | 308.57 | 0.61 | 0.57 |
| Hex | D5 | 50 | C2 | 0 | 3E | 9 | 10 | 135 | 3D | 39 |
| Octal | 325 | 120 | 302 | 0 | 76 | 11 | 20 | 465 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11000010 | 0 | 111110 | 1001 | 10000 | 100110101 | 111101 | 111001 |
Color Harmonies of #D550C2
Complementary color
Monochromatic Colors of #D550C2
Black with #D550C2
Text Example
Text Example
White with #D550C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550C2; }
p { color: rgb(213,80,194); }
H1.HeaderClassName
{
color: #D550C2;
}
.AnyTagClassName
{
color: #D550C2;
}
</style>
background-color css
<style>
a { background-color: #D550C2; }
a { background-color: rgb(213,80,194); }
div.DivClassName
{
background-color: #D550C2;
}
.BgClassName
{
background-color: #D550C2;
}
</style>
border-color css
<style>
span { border-color: #D550C2; }
span { border-color: rgb(213,80,194); }
td.TdClassName
{
border-color: #D550C2;
}
.TagClassName
{
border-color: #D550C2;
}
</style>