Shades of Fuchsia #D261BD
Tints of Fuchsia #D261BD
RGB
CMYK
RGB Variations
Color information
#D261BD (or 0xD261BD) is known color: Fuchsia. HEX triplet: D2, 61 and BD. RGB value is (210,97,189). Sum of RGB (Red+Green+Blue) = 210+97+189=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D261BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261BD is #2D9E42. Grayscale: #8D8D8D. Windows color (decimal): -2989635 or 12411346. OLE color: 12411346.
HSL color Cylindrical-coordinate representation of color #D261BD: hue angle of 311.15º 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 #D261BD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 189 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.18 |
| HSL | 311.15º | 0.56% | 0.6% | - |
| HSV(B) | 311.15º | 0.54% | 0.82% | - |
| XYZ | 40.04 | 25.93 | 51.04 | - |
| YUV | 141.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 189 | 0 | 0.54 | 0.10 | 0.18 | 311.15 | 0.56 | 0.6 |
| Hex | D2 | 61 | BD | 0 | 36 | A | 12 | 137 | 38 | 3C |
| Octal | 322 | 141 | 275 | 0 | 66 | 12 | 22 | 467 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10111101 | 0 | 110110 | 1010 | 10010 | 100110111 | 111000 | 111100 |
Color Harmonies of #D261BD
Complementary color
Monochromatic Colors of #D261BD
Black with #D261BD
Text Example
Text Example
White with #D261BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261BD; }
p { color: rgb(210,97,189); }
H1.HeaderClassName
{
color: #D261BD;
}
.AnyTagClassName
{
color: #D261BD;
}
</style>
background-color css
<style>
a { background-color: #D261BD; }
a { background-color: rgb(210,97,189); }
div.DivClassName
{
background-color: #D261BD;
}
.BgClassName
{
background-color: #D261BD;
}
</style>
border-color css
<style>
span { border-color: #D261BD; }
span { border-color: rgb(210,97,189); }
td.TdClassName
{
border-color: #D261BD;
}
.TagClassName
{
border-color: #D261BD;
}
</style>