Shades of Fuchsia #D649BA
Tints of Fuchsia #D649BA
RGB
CMYK
RGB Variations
Color information
#D649BA (or 0xD649BA) is known color: Fuchsia. HEX triplet: D6, 49 and BA. RGB value is (214,73,186). Sum of RGB (Red+Green+Blue) = 214+73+186=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D649BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649BA is #29B645. Grayscale: #7F7F7F. Windows color (decimal): -2733638 or 12208598. OLE color: 12208598.
HSL color Cylindrical-coordinate representation of color #D649BA: hue angle of 311.91º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649BA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 186 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.16 |
| HSL | 311.91º | 0.63% | 0.56% | - |
| HSV(B) | 311.91º | 0.66% | 0.84% | - |
| XYZ | 38.98 | 22.61 | 48.76 | - |
| YUV | 128.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 186 | 0 | 0.66 | 0.13 | 0.16 | 311.91 | 0.63 | 0.56 |
| Hex | D6 | 49 | BA | 0 | 42 | D | 10 | 138 | 3F | 38 |
| Octal | 326 | 111 | 272 | 0 | 102 | 15 | 20 | 470 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10111010 | 0 | 1000010 | 1101 | 10000 | 100111000 | 111111 | 111000 |
Color Harmonies of #D649BA
Complementary color
Monochromatic Colors of #D649BA
Black with #D649BA
Text Example
Text Example
White with #D649BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649BA; }
p { color: rgb(214,73,186); }
H1.HeaderClassName
{
color: #D649BA;
}
.AnyTagClassName
{
color: #D649BA;
}
</style>
background-color css
<style>
a { background-color: #D649BA; }
a { background-color: rgb(214,73,186); }
div.DivClassName
{
background-color: #D649BA;
}
.BgClassName
{
background-color: #D649BA;
}
</style>
border-color css
<style>
span { border-color: #D649BA; }
span { border-color: rgb(214,73,186); }
td.TdClassName
{
border-color: #D649BA;
}
.TagClassName
{
border-color: #D649BA;
}
</style>