Shades of Fuchsia #D662B9
Tints of Fuchsia #D662B9
RGB
CMYK
RGB Variations
Color information
#D662B9 (or 0xD662B9) is known color: Fuchsia. HEX triplet: D6, 62 and B9. RGB value is (214,98,185). Sum of RGB (Red+Green+Blue) = 214+98+185=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D662B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662B9 is #299D46. Grayscale: #8E8E8E. Windows color (decimal): -2727239 or 12149462. OLE color: 12149462.
HSL color Cylindrical-coordinate representation of color #D662B9: hue angle of 315º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662B9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 185 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.16 |
| HSL | 315º | 0.59% | 0.61% | - |
| HSV(B) | 315º | 0.54% | 0.84% | - |
| XYZ | 40.86 | 26.53 | 48.87 | - |
| YUV | 142.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 185 | 0 | 0.54 | 0.14 | 0.16 | 315 | 0.59 | 0.61 |
| Hex | D6 | 62 | B9 | 0 | 36 | E | 10 | 13B | 3B | 3D |
| Octal | 326 | 142 | 271 | 0 | 66 | 16 | 20 | 473 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10111001 | 0 | 110110 | 1110 | 10000 | 100111011 | 111011 | 111101 |
Color Harmonies of #D662B9
Complementary color
Monochromatic Colors of #D662B9
Black with #D662B9
Text Example
Text Example
White with #D662B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662B9; }
p { color: rgb(214,98,185); }
H1.HeaderClassName
{
color: #D662B9;
}
.AnyTagClassName
{
color: #D662B9;
}
</style>
background-color css
<style>
a { background-color: #D662B9; }
a { background-color: rgb(214,98,185); }
div.DivClassName
{
background-color: #D662B9;
}
.BgClassName
{
background-color: #D662B9;
}
</style>
border-color css
<style>
span { border-color: #D662B9; }
span { border-color: rgb(214,98,185); }
td.TdClassName
{
border-color: #D662B9;
}
.TagClassName
{
border-color: #D662B9;
}
</style>