Shades of Fuchsia #D647C9
Tints of Fuchsia #D647C9
RGB
CMYK
RGB Variations
Color information
#D647C9 (or 0xD647C9) is known color: Fuchsia. HEX triplet: D6, 47 and C9. RGB value is (214,71,201). Sum of RGB (Red+Green+Blue) = 214+71+201=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D647C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647C9 is #29B836. Grayscale: #808080. Windows color (decimal): -2734135 or 13191126. OLE color: 13191126.
HSL color Cylindrical-coordinate representation of color #D647C9: hue angle of 305.45º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D647C9 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 201 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.16 |
| HSL | 305.45º | 0.64% | 0.56% | - |
| HSV(B) | 305.45º | 0.67% | 0.84% | - |
| XYZ | 40.53 | 23.02 | 57.57 | - |
| YUV | 128.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 201 | 0 | 0.67 | 0.06 | 0.16 | 305.45 | 0.64 | 0.56 |
| Hex | D6 | 47 | C9 | 0 | 43 | 6 | 10 | 131 | 40 | 38 |
| Octal | 326 | 107 | 311 | 0 | 103 | 6 | 20 | 461 | 100 | 70 |
| Binary | 11010110 | 1000111 | 11001001 | 0 | 1000011 | 110 | 10000 | 100110001 | 1000000 | 111000 |
Color Harmonies of #D647C9
Complementary color
Monochromatic Colors of #D647C9
Black with #D647C9
Text Example
Text Example
White with #D647C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647C9; }
p { color: rgb(214,71,201); }
H1.HeaderClassName
{
color: #D647C9;
}
.AnyTagClassName
{
color: #D647C9;
}
</style>
background-color css
<style>
a { background-color: #D647C9; }
a { background-color: rgb(214,71,201); }
div.DivClassName
{
background-color: #D647C9;
}
.BgClassName
{
background-color: #D647C9;
}
</style>
border-color css
<style>
span { border-color: #D647C9; }
span { border-color: rgb(214,71,201); }
td.TdClassName
{
border-color: #D647C9;
}
.TagClassName
{
border-color: #D647C9;
}
</style>