Shades of Fuchsia #D150CB
Tints of Fuchsia #D150CB
RGB
CMYK
RGB Variations
Color information
#D150CB (or 0xD150CB) is known color: Fuchsia. HEX triplet: D1, 50 and CB. RGB value is (209,80,203). Sum of RGB (Red+Green+Blue) = 209+80+203=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D150CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150CB is #2EAF34. Grayscale: #848484. Windows color (decimal): -3059509 or 13324497. OLE color: 13324497.
HSL color Cylindrical-coordinate representation of color #D150CB: hue angle of 302.79º 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 #D150CB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 203 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.18 |
| HSL | 302.79º | 0.58% | 0.57% | - |
| HSV(B) | 302.79º | 0.62% | 0.82% | - |
| XYZ | 39.94 | 23.6 | 58.95 | - |
| YUV | 132.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 203 | 0 | 0.62 | 0.03 | 0.18 | 302.79 | 0.58 | 0.57 |
| Hex | D1 | 50 | CB | 0 | 3E | 3 | 12 | 12F | 3A | 39 |
| Octal | 321 | 120 | 313 | 0 | 76 | 3 | 22 | 457 | 72 | 71 |
| Binary | 11010001 | 1010000 | 11001011 | 0 | 111110 | 11 | 10010 | 100101111 | 111010 | 111001 |
Color Harmonies of #D150CB
Complementary color
Monochromatic Colors of #D150CB
Black with #D150CB
Text Example
Text Example
White with #D150CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150CB; }
p { color: rgb(209,80,203); }
H1.HeaderClassName
{
color: #D150CB;
}
.AnyTagClassName
{
color: #D150CB;
}
</style>
background-color css
<style>
a { background-color: #D150CB; }
a { background-color: rgb(209,80,203); }
div.DivClassName
{
background-color: #D150CB;
}
.BgClassName
{
background-color: #D150CB;
}
</style>
border-color css
<style>
span { border-color: #D150CB; }
span { border-color: rgb(209,80,203); }
td.TdClassName
{
border-color: #D150CB;
}
.TagClassName
{
border-color: #D150CB;
}
</style>