Shades of Fuchsia #D149CB
Tints of Fuchsia #D149CB
RGB
CMYK
RGB Variations
Color information
#D149CB (or 0xD149CB) is known color: Fuchsia. HEX triplet: D1, 49 and CB. RGB value is (209,73,203). Sum of RGB (Red+Green+Blue) = 209+73+203=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D149CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149CB is #2EB634. Grayscale: #808080. Windows color (decimal): -3061301 or 13322705. OLE color: 13322705.
HSL color Cylindrical-coordinate representation of color #D149CB: hue angle of 302.65º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149CB is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 203 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.18 |
| HSL | 302.65º | 0.6% | 0.55% | - |
| HSV(B) | 302.65º | 0.65% | 0.82% | - |
| XYZ | 39.46 | 22.63 | 58.79 | - |
| YUV | 128.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 203 | 0 | 0.65 | 0.03 | 0.18 | 302.65 | 0.6 | 0.55 |
| Hex | D1 | 49 | CB | 0 | 41 | 3 | 12 | 12F | 3C | 37 |
| Octal | 321 | 111 | 313 | 0 | 101 | 3 | 22 | 457 | 74 | 67 |
| Binary | 11010001 | 1001001 | 11001011 | 0 | 1000001 | 11 | 10010 | 100101111 | 111100 | 110111 |
Color Harmonies of #D149CB
Complementary color
Monochromatic Colors of #D149CB
Black with #D149CB
Text Example
Text Example
White with #D149CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149CB; }
p { color: rgb(209,73,203); }
H1.HeaderClassName
{
color: #D149CB;
}
.AnyTagClassName
{
color: #D149CB;
}
</style>
background-color css
<style>
a { background-color: #D149CB; }
a { background-color: rgb(209,73,203); }
div.DivClassName
{
background-color: #D149CB;
}
.BgClassName
{
background-color: #D149CB;
}
</style>
border-color css
<style>
span { border-color: #D149CB; }
span { border-color: rgb(209,73,203); }
td.TdClassName
{
border-color: #D149CB;
}
.TagClassName
{
border-color: #D149CB;
}
</style>