Shades of Fuchsia #D150CE
Tints of Fuchsia #D150CE
RGB
CMYK
RGB Variations
Color information
#D150CE (or 0xD150CE) is known color: Fuchsia. HEX triplet: D1, 50 and CE. RGB value is (209,80,206). Sum of RGB (Red+Green+Blue) = 209+80+206=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D150CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150CE is #2EAF31. Grayscale: #848484. Windows color (decimal): -3059506 or 13521105. OLE color: 13521105.
HSL color Cylindrical-coordinate representation of color #D150CE: hue angle of 301.4º 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 #D150CE is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 206 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.18 |
| HSL | 301.4º | 0.58% | 0.57% | - |
| HSV(B) | 301.4º | 0.62% | 0.82% | - |
| XYZ | 40.3 | 23.75 | 60.85 | - |
| YUV | 132.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 206 | 0 | 0.62 | 0.01 | 0.18 | 301.4 | 0.58 | 0.57 |
| Hex | D1 | 50 | CE | 0 | 3E | 1 | 12 | 12D | 3A | 39 |
| Octal | 321 | 120 | 316 | 0 | 76 | 1 | 22 | 455 | 72 | 71 |
| Binary | 11010001 | 1010000 | 11001110 | 0 | 111110 | 1 | 10010 | 100101101 | 111010 | 111001 |
Color Harmonies of #D150CE
Complementary color
Monochromatic Colors of #D150CE
Black with #D150CE
Text Example
Text Example
White with #D150CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150CE; }
p { color: rgb(209,80,206); }
H1.HeaderClassName
{
color: #D150CE;
}
.AnyTagClassName
{
color: #D150CE;
}
</style>
background-color css
<style>
a { background-color: #D150CE; }
a { background-color: rgb(209,80,206); }
div.DivClassName
{
background-color: #D150CE;
}
.BgClassName
{
background-color: #D150CE;
}
</style>
border-color css
<style>
span { border-color: #D150CE; }
span { border-color: rgb(209,80,206); }
td.TdClassName
{
border-color: #D150CE;
}
.TagClassName
{
border-color: #D150CE;
}
</style>