Shades of Fuchsia #D149BE
Tints of Fuchsia #D149BE
RGB
CMYK
RGB Variations
Color information
#D149BE (or 0xD149BE) is known color: Fuchsia. HEX triplet: D1, 49 and BE. RGB value is (209,73,190). Sum of RGB (Red+Green+Blue) = 209+73+190=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D149BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149BE is #2EB641. Grayscale: #7E7E7E. Windows color (decimal): -3061314 or 12470737. OLE color: 12470737.
HSL color Cylindrical-coordinate representation of color #D149BE: hue angle of 308.38º 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 #D149BE is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 190 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.18 |
| HSL | 308.38º | 0.6% | 0.55% | - |
| HSV(B) | 308.38º | 0.65% | 0.82% | - |
| XYZ | 37.97 | 22.04 | 50.97 | - |
| YUV | 127 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 190 | 0 | 0.65 | 0.09 | 0.18 | 308.38 | 0.6 | 0.55 |
| Hex | D1 | 49 | BE | 0 | 41 | 9 | 12 | 134 | 3C | 37 |
| Octal | 321 | 111 | 276 | 0 | 101 | 11 | 22 | 464 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10111110 | 0 | 1000001 | 1001 | 10010 | 100110100 | 111100 | 110111 |
Color Harmonies of #D149BE
Complementary color
Monochromatic Colors of #D149BE
Black with #D149BE
Text Example
Text Example
White with #D149BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149BE; }
p { color: rgb(209,73,190); }
H1.HeaderClassName
{
color: #D149BE;
}
.AnyTagClassName
{
color: #D149BE;
}
</style>
background-color css
<style>
a { background-color: #D149BE; }
a { background-color: rgb(209,73,190); }
div.DivClassName
{
background-color: #D149BE;
}
.BgClassName
{
background-color: #D149BE;
}
</style>
border-color css
<style>
span { border-color: #D149BE; }
span { border-color: rgb(209,73,190); }
td.TdClassName
{
border-color: #D149BE;
}
.TagClassName
{
border-color: #D149BE;
}
</style>