Shades of Fuchsia #D649BD
Tints of Fuchsia #D649BD
RGB
CMYK
RGB Variations
Color information
#D649BD (or 0xD649BD) is known color: Fuchsia. HEX triplet: D6, 49 and BD. RGB value is (214,73,189). Sum of RGB (Red+Green+Blue) = 214+73+189=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D649BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649BD is #29B642. Grayscale: #808080. Windows color (decimal): -2733635 or 12405206. OLE color: 12405206.
HSL color Cylindrical-coordinate representation of color #D649BD: hue angle of 310.64º 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 #D649BD is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 189 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.16 |
| HSL | 310.64º | 0.63% | 0.56% | - |
| HSV(B) | 310.64º | 0.66% | 0.84% | - |
| XYZ | 39.3 | 22.74 | 50.46 | - |
| YUV | 128.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 189 | 0 | 0.66 | 0.12 | 0.16 | 310.64 | 0.63 | 0.56 |
| Hex | D6 | 49 | BD | 0 | 42 | C | 10 | 137 | 3F | 38 |
| Octal | 326 | 111 | 275 | 0 | 102 | 14 | 20 | 467 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10111101 | 0 | 1000010 | 1100 | 10000 | 100110111 | 111111 | 111000 |
Color Harmonies of #D649BD
Complementary color
Monochromatic Colors of #D649BD
Black with #D649BD
Text Example
Text Example
White with #D649BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649BD; }
p { color: rgb(214,73,189); }
H1.HeaderClassName
{
color: #D649BD;
}
.AnyTagClassName
{
color: #D649BD;
}
</style>
background-color css
<style>
a { background-color: #D649BD; }
a { background-color: rgb(214,73,189); }
div.DivClassName
{
background-color: #D649BD;
}
.BgClassName
{
background-color: #D649BD;
}
</style>
border-color css
<style>
span { border-color: #D649BD; }
span { border-color: rgb(214,73,189); }
td.TdClassName
{
border-color: #D649BD;
}
.TagClassName
{
border-color: #D649BD;
}
</style>