Shades of Fuchsia #D262BE
Tints of Fuchsia #D262BE
RGB
CMYK
RGB Variations
Color information
#D262BE (or 0xD262BE) is known color: Fuchsia. HEX triplet: D2, 62 and BE. RGB value is (210,98,190). Sum of RGB (Red+Green+Blue) = 210+98+190=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D262BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262BE is #2D9D41. Grayscale: #8D8D8D. Windows color (decimal): -2989378 or 12477138. OLE color: 12477138.
HSL color Cylindrical-coordinate representation of color #D262BE: hue angle of 310.71º 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 #D262BE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 190 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.18 |
| HSL | 310.71º | 0.55% | 0.6% | - |
| HSV(B) | 310.71º | 0.53% | 0.82% | - |
| XYZ | 40.24 | 26.15 | 51.64 | - |
| YUV | 141.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 190 | 0 | 0.53 | 0.10 | 0.18 | 310.71 | 0.55 | 0.6 |
| Hex | D2 | 62 | BE | 0 | 35 | A | 12 | 137 | 37 | 3C |
| Octal | 322 | 142 | 276 | 0 | 65 | 12 | 22 | 467 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10111110 | 0 | 110101 | 1010 | 10010 | 100110111 | 110111 | 111100 |
Color Harmonies of #D262BE
Complementary color
Monochromatic Colors of #D262BE
Black with #D262BE
Text Example
Text Example
White with #D262BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262BE; }
p { color: rgb(210,98,190); }
H1.HeaderClassName
{
color: #D262BE;
}
.AnyTagClassName
{
color: #D262BE;
}
</style>
background-color css
<style>
a { background-color: #D262BE; }
a { background-color: rgb(210,98,190); }
div.DivClassName
{
background-color: #D262BE;
}
.BgClassName
{
background-color: #D262BE;
}
</style>
border-color css
<style>
span { border-color: #D262BE; }
span { border-color: rgb(210,98,190); }
td.TdClassName
{
border-color: #D262BE;
}
.TagClassName
{
border-color: #D262BE;
}
</style>