Shades of Fuchsia #D062B9
Tints of Fuchsia #D062B9
RGB
CMYK
RGB Variations
Color information
#D062B9 (or 0xD062B9) is known color: Fuchsia. HEX triplet: D0, 62 and B9. RGB value is (208,98,185). Sum of RGB (Red+Green+Blue) = 208+98+185=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D062B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062B9 is #2F9D46. Grayscale: #8C8C8C. Windows color (decimal): -3120455 or 12149456. OLE color: 12149456.
HSL color Cylindrical-coordinate representation of color #D062B9: hue angle of 312.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062B9 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 185 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 312.55º | 0.54% | 0.6% | - |
| HSV(B) | 312.55º | 0.53% | 0.82% | - |
| XYZ | 39.14 | 25.65 | 48.79 | - |
| YUV | 140.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 185 | 0 | 0.53 | 0.11 | 0.18 | 312.55 | 0.54 | 0.6 |
| Hex | D0 | 62 | B9 | 0 | 35 | B | 12 | 139 | 36 | 3C |
| Octal | 320 | 142 | 271 | 0 | 65 | 13 | 22 | 471 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10111001 | 0 | 110101 | 1011 | 10010 | 100111001 | 110110 | 111100 |
Color Harmonies of #D062B9
Complementary color
Monochromatic Colors of #D062B9
Black with #D062B9
Text Example
Text Example
White with #D062B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062B9; }
p { color: rgb(208,98,185); }
H1.HeaderClassName
{
color: #D062B9;
}
.AnyTagClassName
{
color: #D062B9;
}
</style>
background-color css
<style>
a { background-color: #D062B9; }
a { background-color: rgb(208,98,185); }
div.DivClassName
{
background-color: #D062B9;
}
.BgClassName
{
background-color: #D062B9;
}
</style>
border-color css
<style>
span { border-color: #D062B9; }
span { border-color: rgb(208,98,185); }
td.TdClassName
{
border-color: #D062B9;
}
.TagClassName
{
border-color: #D062B9;
}
</style>