Shades of Fuchsia #D650B7
Tints of Fuchsia #D650B7
RGB
CMYK
RGB Variations
Color information
#D650B7 (or 0xD650B7) is known color: Fuchsia. HEX triplet: D6, 50 and B7. RGB value is (214,80,183). Sum of RGB (Red+Green+Blue) = 214+80+183=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D650B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650B7 is #29AF48. Grayscale: #838383. Windows color (decimal): -2731849 or 12013782. OLE color: 12013782.
HSL color Cylindrical-coordinate representation of color #D650B7: hue angle of 313.88º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650B7 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 183 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.16 |
| HSL | 313.88º | 0.62% | 0.58% | - |
| HSV(B) | 313.88º | 0.63% | 0.84% | - |
| XYZ | 39.15 | 23.45 | 47.26 | - |
| YUV | 131.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 183 | 0 | 0.63 | 0.14 | 0.16 | 313.88 | 0.62 | 0.58 |
| Hex | D6 | 50 | B7 | 0 | 3F | E | 10 | 13A | 3E | 3A |
| Octal | 326 | 120 | 267 | 0 | 77 | 16 | 20 | 472 | 76 | 72 |
| Binary | 11010110 | 1010000 | 10110111 | 0 | 111111 | 1110 | 10000 | 100111010 | 111110 | 111010 |
Color Harmonies of #D650B7
Complementary color
Monochromatic Colors of #D650B7
Black with #D650B7
Text Example
Text Example
White with #D650B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650B7; }
p { color: rgb(214,80,183); }
H1.HeaderClassName
{
color: #D650B7;
}
.AnyTagClassName
{
color: #D650B7;
}
</style>
background-color css
<style>
a { background-color: #D650B7; }
a { background-color: rgb(214,80,183); }
div.DivClassName
{
background-color: #D650B7;
}
.BgClassName
{
background-color: #D650B7;
}
</style>
border-color css
<style>
span { border-color: #D650B7; }
span { border-color: rgb(214,80,183); }
td.TdClassName
{
border-color: #D650B7;
}
.TagClassName
{
border-color: #D650B7;
}
</style>