Shades of Fuchsia #D062C1
Tints of Fuchsia #D062C1
RGB
CMYK
RGB Variations
Color information
#D062C1 (or 0xD062C1) is known color: Fuchsia. HEX triplet: D0, 62 and C1. RGB value is (208,98,193). Sum of RGB (Red+Green+Blue) = 208+98+193=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D062C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062C1 is #2F9D3E. Grayscale: #8D8D8D. Windows color (decimal): -3120447 or 12673744. OLE color: 12673744.
HSL color Cylindrical-coordinate representation of color #D062C1: hue angle of 308.18º 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 #D062C1 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 193 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.18 |
| HSL | 308.18º | 0.54% | 0.6% | - |
| HSV(B) | 308.18º | 0.53% | 0.82% | - |
| XYZ | 40.01 | 26 | 53.36 | - |
| YUV | 141.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 193 | 0 | 0.53 | 0.07 | 0.18 | 308.18 | 0.54 | 0.6 |
| Hex | D0 | 62 | C1 | 0 | 35 | 7 | 12 | 134 | 36 | 3C |
| Octal | 320 | 142 | 301 | 0 | 65 | 7 | 22 | 464 | 66 | 74 |
| Binary | 11010000 | 1100010 | 11000001 | 0 | 110101 | 111 | 10010 | 100110100 | 110110 | 111100 |
Color Harmonies of #D062C1
Complementary color
Monochromatic Colors of #D062C1
Black with #D062C1
Text Example
Text Example
White with #D062C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062C1; }
p { color: rgb(208,98,193); }
H1.HeaderClassName
{
color: #D062C1;
}
.AnyTagClassName
{
color: #D062C1;
}
</style>
background-color css
<style>
a { background-color: #D062C1; }
a { background-color: rgb(208,98,193); }
div.DivClassName
{
background-color: #D062C1;
}
.BgClassName
{
background-color: #D062C1;
}
</style>
border-color css
<style>
span { border-color: #D062C1; }
span { border-color: rgb(208,98,193); }
td.TdClassName
{
border-color: #D062C1;
}
.TagClassName
{
border-color: #D062C1;
}
</style>