Shades of Fuchsia #D062BC
Tints of Fuchsia #D062BC
RGB
CMYK
RGB Variations
Color information
#D062BC (or 0xD062BC) is known color: Fuchsia. HEX triplet: D0, 62 and BC. RGB value is (208,98,188). Sum of RGB (Red+Green+Blue) = 208+98+188=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D062BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062BC is #2F9D43. Grayscale: #8C8C8C. Windows color (decimal): -3120452 or 12346064. OLE color: 12346064.
HSL color Cylindrical-coordinate representation of color #D062BC: hue angle of 310.91º 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 #D062BC is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 188 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.18 |
| HSL | 310.91º | 0.54% | 0.6% | - |
| HSV(B) | 310.91º | 0.53% | 0.82% | - |
| XYZ | 39.46 | 25.78 | 50.47 | - |
| YUV | 141.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 188 | 0 | 0.53 | 0.10 | 0.18 | 310.91 | 0.54 | 0.6 |
| Hex | D0 | 62 | BC | 0 | 35 | A | 12 | 137 | 36 | 3C |
| Octal | 320 | 142 | 274 | 0 | 65 | 12 | 22 | 467 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10111100 | 0 | 110101 | 1010 | 10010 | 100110111 | 110110 | 111100 |
Color Harmonies of #D062BC
Complementary color
Monochromatic Colors of #D062BC
Black with #D062BC
Text Example
Text Example
White with #D062BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062BC; }
p { color: rgb(208,98,188); }
H1.HeaderClassName
{
color: #D062BC;
}
.AnyTagClassName
{
color: #D062BC;
}
</style>
background-color css
<style>
a { background-color: #D062BC; }
a { background-color: rgb(208,98,188); }
div.DivClassName
{
background-color: #D062BC;
}
.BgClassName
{
background-color: #D062BC;
}
</style>
border-color css
<style>
span { border-color: #D062BC; }
span { border-color: rgb(208,98,188); }
td.TdClassName
{
border-color: #D062BC;
}
.TagClassName
{
border-color: #D062BC;
}
</style>