Shades of Fuchsia #D261BE
Tints of Fuchsia #D261BE
RGB
CMYK
RGB Variations
Color information
#D261BE (or 0xD261BE) is known color: Fuchsia. HEX triplet: D2, 61 and BE. RGB value is (210,97,190). Sum of RGB (Red+Green+Blue) = 210+97+190=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D261BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261BE is #2D9E41. Grayscale: #8D8D8D. Windows color (decimal): -2989634 or 12476882. OLE color: 12476882.
HSL color Cylindrical-coordinate representation of color #D261BE: hue angle of 310.62º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261BE is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 190 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.18 |
| HSL | 310.62º | 0.56% | 0.6% | - |
| HSV(B) | 310.62º | 0.54% | 0.82% | - |
| XYZ | 40.15 | 25.97 | 51.61 | - |
| YUV | 141.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 190 | 0 | 0.54 | 0.10 | 0.18 | 310.62 | 0.56 | 0.6 |
| Hex | D2 | 61 | BE | 0 | 36 | A | 12 | 137 | 38 | 3C |
| Octal | 322 | 141 | 276 | 0 | 66 | 12 | 22 | 467 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10111110 | 0 | 110110 | 1010 | 10010 | 100110111 | 111000 | 111100 |
Color Harmonies of #D261BE
Complementary color
Monochromatic Colors of #D261BE
Black with #D261BE
Text Example
Text Example
White with #D261BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261BE; }
p { color: rgb(210,97,190); }
H1.HeaderClassName
{
color: #D261BE;
}
.AnyTagClassName
{
color: #D261BE;
}
</style>
background-color css
<style>
a { background-color: #D261BE; }
a { background-color: rgb(210,97,190); }
div.DivClassName
{
background-color: #D261BE;
}
.BgClassName
{
background-color: #D261BE;
}
</style>
border-color css
<style>
span { border-color: #D261BE; }
span { border-color: rgb(210,97,190); }
td.TdClassName
{
border-color: #D261BE;
}
.TagClassName
{
border-color: #D261BE;
}
</style>