Shades of Fuchsia #D150C9
Tints of Fuchsia #D150C9
RGB
CMYK
RGB Variations
Color information
#D150C9 (or 0xD150C9) is known color: Fuchsia. HEX triplet: D1, 50 and C9. RGB value is (209,80,201). Sum of RGB (Red+Green+Blue) = 209+80+201=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D150C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150C9 is #2EAF36. Grayscale: #848484. Windows color (decimal): -3059511 or 13193425. OLE color: 13193425.
HSL color Cylindrical-coordinate representation of color #D150C9: hue angle of 303.72º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150C9 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 201 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.18 |
| HSL | 303.72º | 0.58% | 0.57% | - |
| HSV(B) | 303.72º | 0.62% | 0.82% | - |
| XYZ | 39.71 | 23.51 | 57.7 | - |
| YUV | 132.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 201 | 0 | 0.62 | 0.04 | 0.18 | 303.72 | 0.58 | 0.57 |
| Hex | D1 | 50 | C9 | 0 | 3E | 4 | 12 | 130 | 3A | 39 |
| Octal | 321 | 120 | 311 | 0 | 76 | 4 | 22 | 460 | 72 | 71 |
| Binary | 11010001 | 1010000 | 11001001 | 0 | 111110 | 100 | 10010 | 100110000 | 111010 | 111001 |
Color Harmonies of #D150C9
Complementary color
Monochromatic Colors of #D150C9
Black with #D150C9
Text Example
Text Example
White with #D150C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150C9; }
p { color: rgb(209,80,201); }
H1.HeaderClassName
{
color: #D150C9;
}
.AnyTagClassName
{
color: #D150C9;
}
</style>
background-color css
<style>
a { background-color: #D150C9; }
a { background-color: rgb(209,80,201); }
div.DivClassName
{
background-color: #D150C9;
}
.BgClassName
{
background-color: #D150C9;
}
</style>
border-color css
<style>
span { border-color: #D150C9; }
span { border-color: rgb(209,80,201); }
td.TdClassName
{
border-color: #D150C9;
}
.TagClassName
{
border-color: #D150C9;
}
</style>