Shades of Fuchsia #D649BB
Tints of Fuchsia #D649BB
RGB
CMYK
RGB Variations
Color information
#D649BB (or 0xD649BB) is known color: Fuchsia. HEX triplet: D6, 49 and BB. RGB value is (214,73,187). Sum of RGB (Red+Green+Blue) = 214+73+187=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D649BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649BB is #29B644. Grayscale: #7F7F7F. Windows color (decimal): -2733637 or 12274134. OLE color: 12274134.
HSL color Cylindrical-coordinate representation of color #D649BB: hue angle of 311.49º 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 #D649BB is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 187 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.16 |
| HSL | 311.49º | 0.63% | 0.56% | - |
| HSV(B) | 311.49º | 0.66% | 0.84% | - |
| XYZ | 39.08 | 22.65 | 49.33 | - |
| YUV | 128.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 187 | 0 | 0.66 | 0.13 | 0.16 | 311.49 | 0.63 | 0.56 |
| Hex | D6 | 49 | BB | 0 | 42 | D | 10 | 137 | 3F | 38 |
| Octal | 326 | 111 | 273 | 0 | 102 | 15 | 20 | 467 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10111011 | 0 | 1000010 | 1101 | 10000 | 100110111 | 111111 | 111000 |
Color Harmonies of #D649BB
Complementary color
Monochromatic Colors of #D649BB
Black with #D649BB
Text Example
Text Example
White with #D649BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649BB; }
p { color: rgb(214,73,187); }
H1.HeaderClassName
{
color: #D649BB;
}
.AnyTagClassName
{
color: #D649BB;
}
</style>
background-color css
<style>
a { background-color: #D649BB; }
a { background-color: rgb(214,73,187); }
div.DivClassName
{
background-color: #D649BB;
}
.BgClassName
{
background-color: #D649BB;
}
</style>
border-color css
<style>
span { border-color: #D649BB; }
span { border-color: rgb(214,73,187); }
td.TdClassName
{
border-color: #D649BB;
}
.TagClassName
{
border-color: #D649BB;
}
</style>