Shades of Fuchsia #D651C6
Tints of Fuchsia #D651C6
RGB
CMYK
RGB Variations
Color information
#D651C6 (or 0xD651C6) is known color: Fuchsia. HEX triplet: D6, 51 and C6. RGB value is (214,81,198). Sum of RGB (Red+Green+Blue) = 214+81+198=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D651C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651C6 is #29AE39. Grayscale: #858585. Windows color (decimal): -2731578 or 12997078. OLE color: 12997078.
HSL color Cylindrical-coordinate representation of color #D651C6: hue angle of 307.22º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651C6 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 198 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.16 |
| HSL | 307.22º | 0.62% | 0.58% | - |
| HSV(B) | 307.22º | 0.62% | 0.84% | - |
| XYZ | 40.87 | 24.26 | 55.95 | - |
| YUV | 134.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 198 | 0 | 0.62 | 0.07 | 0.16 | 307.22 | 0.62 | 0.58 |
| Hex | D6 | 51 | C6 | 0 | 3E | 7 | 10 | 133 | 3E | 3A |
| Octal | 326 | 121 | 306 | 0 | 76 | 7 | 20 | 463 | 76 | 72 |
| Binary | 11010110 | 1010001 | 11000110 | 0 | 111110 | 111 | 10000 | 100110011 | 111110 | 111010 |
Color Harmonies of #D651C6
Complementary color
Monochromatic Colors of #D651C6
Black with #D651C6
Text Example
Text Example
White with #D651C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651C6; }
p { color: rgb(214,81,198); }
H1.HeaderClassName
{
color: #D651C6;
}
.AnyTagClassName
{
color: #D651C6;
}
</style>
background-color css
<style>
a { background-color: #D651C6; }
a { background-color: rgb(214,81,198); }
div.DivClassName
{
background-color: #D651C6;
}
.BgClassName
{
background-color: #D651C6;
}
</style>
border-color css
<style>
span { border-color: #D651C6; }
span { border-color: rgb(214,81,198); }
td.TdClassName
{
border-color: #D651C6;
}
.TagClassName
{
border-color: #D651C6;
}
</style>