Shades of Fuchsia #D651AD
Tints of Fuchsia #D651AD
RGB
CMYK
RGB Variations
Color information
#D651AD (or 0xD651AD) is known color: Fuchsia. HEX triplet: D6, 51 and AD. RGB value is (214,81,173). Sum of RGB (Red+Green+Blue) = 214+81+173=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D651AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651AD is #29AE52. Grayscale: #838383. Windows color (decimal): -2731603 or 11358678. OLE color: 11358678.
HSL color Cylindrical-coordinate representation of color #D651AD: hue angle of 318.5º 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 #D651AD is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 173 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.16 |
| HSL | 318.5º | 0.62% | 0.58% | - |
| HSV(B) | 318.5º | 0.62% | 0.84% | - |
| XYZ | 38.22 | 23.2 | 42 | - |
| YUV | 131.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 173 | 0 | 0.62 | 0.19 | 0.16 | 318.5 | 0.62 | 0.58 |
| Hex | D6 | 51 | AD | 0 | 3E | 13 | 10 | 13E | 3E | 3A |
| Octal | 326 | 121 | 255 | 0 | 76 | 23 | 20 | 476 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10101101 | 0 | 111110 | 10011 | 10000 | 100111110 | 111110 | 111010 |
Color Harmonies of #D651AD
Complementary color
Monochromatic Colors of #D651AD
Black with #D651AD
Text Example
Text Example
White with #D651AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651AD; }
p { color: rgb(214,81,173); }
H1.HeaderClassName
{
color: #D651AD;
}
.AnyTagClassName
{
color: #D651AD;
}
</style>
background-color css
<style>
a { background-color: #D651AD; }
a { background-color: rgb(214,81,173); }
div.DivClassName
{
background-color: #D651AD;
}
.BgClassName
{
background-color: #D651AD;
}
</style>
border-color css
<style>
span { border-color: #D651AD; }
span { border-color: rgb(214,81,173); }
td.TdClassName
{
border-color: #D651AD;
}
.TagClassName
{
border-color: #D651AD;
}
</style>