Shades of Fuchsia #D262C0
Tints of Fuchsia #D262C0
RGB
CMYK
RGB Variations
Color information
#D262C0 (or 0xD262C0) is known color: Fuchsia. HEX triplet: D2, 62 and C0. RGB value is (210,98,192). Sum of RGB (Red+Green+Blue) = 210+98+192=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D262C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262C0 is #2D9D3F. Grayscale: #8D8D8D. Windows color (decimal): -2989376 or 12608210. OLE color: 12608210.
HSL color Cylindrical-coordinate representation of color #D262C0: hue angle of 309.64º degrees, saturation: 0.55, 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 #D262C0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 192 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.18 |
| HSL | 309.64º | 0.55% | 0.6% | - |
| HSV(B) | 309.64º | 0.53% | 0.82% | - |
| XYZ | 40.46 | 26.24 | 52.8 | - |
| YUV | 142.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 192 | 0 | 0.53 | 0.09 | 0.18 | 309.64 | 0.55 | 0.6 |
| Hex | D2 | 62 | C0 | 0 | 35 | 9 | 12 | 136 | 37 | 3C |
| Octal | 322 | 142 | 300 | 0 | 65 | 11 | 22 | 466 | 67 | 74 |
| Binary | 11010010 | 1100010 | 11000000 | 0 | 110101 | 1001 | 10010 | 100110110 | 110111 | 111100 |
Color Harmonies of #D262C0
Complementary color
Monochromatic Colors of #D262C0
Black with #D262C0
Text Example
Text Example
White with #D262C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262C0; }
p { color: rgb(210,98,192); }
H1.HeaderClassName
{
color: #D262C0;
}
.AnyTagClassName
{
color: #D262C0;
}
</style>
background-color css
<style>
a { background-color: #D262C0; }
a { background-color: rgb(210,98,192); }
div.DivClassName
{
background-color: #D262C0;
}
.BgClassName
{
background-color: #D262C0;
}
</style>
border-color css
<style>
span { border-color: #D262C0; }
span { border-color: rgb(210,98,192); }
td.TdClassName
{
border-color: #D262C0;
}
.TagClassName
{
border-color: #D262C0;
}
</style>