Shades of Fuchsia #D150CD
Tints of Fuchsia #D150CD
RGB
CMYK
RGB Variations
Color information
#D150CD (or 0xD150CD) is known color: Fuchsia. HEX triplet: D1, 50 and CD. RGB value is (209,80,205). Sum of RGB (Red+Green+Blue) = 209+80+205=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D150CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150CD is #2EAF32. Grayscale: #848484. Windows color (decimal): -3059507 or 13455569. OLE color: 13455569.
HSL color Cylindrical-coordinate representation of color #D150CD: hue angle of 301.86º 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 #D150CD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 205 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.18 |
| HSL | 301.86º | 0.58% | 0.57% | - |
| HSV(B) | 301.86º | 0.62% | 0.82% | - |
| XYZ | 40.18 | 23.7 | 60.21 | - |
| YUV | 132.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 205 | 0 | 0.62 | 0.02 | 0.18 | 301.86 | 0.58 | 0.57 |
| Hex | D1 | 50 | CD | 0 | 3E | 2 | 12 | 12E | 3A | 39 |
| Octal | 321 | 120 | 315 | 0 | 76 | 2 | 22 | 456 | 72 | 71 |
| Binary | 11010001 | 1010000 | 11001101 | 0 | 111110 | 10 | 10010 | 100101110 | 111010 | 111001 |
Color Harmonies of #D150CD
Complementary color
Monochromatic Colors of #D150CD
Black with #D150CD
Text Example
Text Example
White with #D150CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150CD; }
p { color: rgb(209,80,205); }
H1.HeaderClassName
{
color: #D150CD;
}
.AnyTagClassName
{
color: #D150CD;
}
</style>
background-color css
<style>
a { background-color: #D150CD; }
a { background-color: rgb(209,80,205); }
div.DivClassName
{
background-color: #D150CD;
}
.BgClassName
{
background-color: #D150CD;
}
</style>
border-color css
<style>
span { border-color: #D150CD; }
span { border-color: rgb(209,80,205); }
td.TdClassName
{
border-color: #D150CD;
}
.TagClassName
{
border-color: #D150CD;
}
</style>