Shades of Fuchsia #D150C5
Tints of Fuchsia #D150C5
RGB
CMYK
RGB Variations
Color information
#D150C5 (or 0xD150C5) is known color: Fuchsia. HEX triplet: D1, 50 and C5. RGB value is (209,80,197). Sum of RGB (Red+Green+Blue) = 209+80+197=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D150C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150C5 is #2EAF3A. Grayscale: #838383. Windows color (decimal): -3059515 or 12931281. OLE color: 12931281.
HSL color Cylindrical-coordinate representation of color #D150C5: hue angle of 305.58º 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 #D150C5 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 197 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.18 |
| HSL | 305.58º | 0.58% | 0.57% | - |
| HSV(B) | 305.58º | 0.62% | 0.82% | - |
| XYZ | 39.24 | 23.32 | 55.26 | - |
| YUV | 131.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 197 | 0 | 0.62 | 0.06 | 0.18 | 305.58 | 0.58 | 0.57 |
| Hex | D1 | 50 | C5 | 0 | 3E | 6 | 12 | 132 | 3A | 39 |
| Octal | 321 | 120 | 305 | 0 | 76 | 6 | 22 | 462 | 72 | 71 |
| Binary | 11010001 | 1010000 | 11000101 | 0 | 111110 | 110 | 10010 | 100110010 | 111010 | 111001 |
Color Harmonies of #D150C5
Complementary color
Monochromatic Colors of #D150C5
Black with #D150C5
Text Example
Text Example
White with #D150C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150C5; }
p { color: rgb(209,80,197); }
H1.HeaderClassName
{
color: #D150C5;
}
.AnyTagClassName
{
color: #D150C5;
}
</style>
background-color css
<style>
a { background-color: #D150C5; }
a { background-color: rgb(209,80,197); }
div.DivClassName
{
background-color: #D150C5;
}
.BgClassName
{
background-color: #D150C5;
}
</style>
border-color css
<style>
span { border-color: #D150C5; }
span { border-color: rgb(209,80,197); }
td.TdClassName
{
border-color: #D150C5;
}
.TagClassName
{
border-color: #D150C5;
}
</style>