Shades of Fuchsia #D062C4
Tints of Fuchsia #D062C4
RGB
CMYK
RGB Variations
Color information
#D062C4 (or 0xD062C4) is known color: Fuchsia. HEX triplet: D0, 62 and C4. RGB value is (208,98,196). Sum of RGB (Red+Green+Blue) = 208+98+196=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D062C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062C4 is #2F9D3B. Grayscale: #8D8D8D. Windows color (decimal): -3120444 or 12870352. OLE color: 12870352.
HSL color Cylindrical-coordinate representation of color #D062C4: hue angle of 306.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 #D062C4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 196 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.18 |
| HSL | 306.55º | 0.54% | 0.6% | - |
| HSV(B) | 306.55º | 0.53% | 0.82% | - |
| XYZ | 40.34 | 26.13 | 55.14 | - |
| YUV | 142.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 196 | 0 | 0.53 | 0.06 | 0.18 | 306.55 | 0.54 | 0.6 |
| Hex | D0 | 62 | C4 | 0 | 35 | 6 | 12 | 133 | 36 | 3C |
| Octal | 320 | 142 | 304 | 0 | 65 | 6 | 22 | 463 | 66 | 74 |
| Binary | 11010000 | 1100010 | 11000100 | 0 | 110101 | 110 | 10010 | 100110011 | 110110 | 111100 |
Color Harmonies of #D062C4
Complementary color
Monochromatic Colors of #D062C4
Black with #D062C4
Text Example
Text Example
White with #D062C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062C4; }
p { color: rgb(208,98,196); }
H1.HeaderClassName
{
color: #D062C4;
}
.AnyTagClassName
{
color: #D062C4;
}
</style>
background-color css
<style>
a { background-color: #D062C4; }
a { background-color: rgb(208,98,196); }
div.DivClassName
{
background-color: #D062C4;
}
.BgClassName
{
background-color: #D062C4;
}
</style>
border-color css
<style>
span { border-color: #D062C4; }
span { border-color: rgb(208,98,196); }
td.TdClassName
{
border-color: #D062C4;
}
.TagClassName
{
border-color: #D062C4;
}
</style>