Shades of Fuchsia #D261B0
Tints of Fuchsia #D261B0
RGB
CMYK
RGB Variations
Color information
#D261B0 (or 0xD261B0) is known color: Fuchsia. HEX triplet: D2, 61 and B0. RGB value is (210,97,176). Sum of RGB (Red+Green+Blue) = 210+97+176=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D261B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261B0 is #2D9E4F. Grayscale: #8B8B8B. Windows color (decimal): -2989648 or 11559378. OLE color: 11559378.
HSL color Cylindrical-coordinate representation of color #D261B0: hue angle of 318.05º 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 #D261B0 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 176 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.18 |
| HSL | 318.05º | 0.56% | 0.6% | - |
| HSV(B) | 318.05º | 0.54% | 0.82% | - |
| XYZ | 38.69 | 25.39 | 43.94 | - |
| YUV | 139.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 176 | 0 | 0.54 | 0.16 | 0.18 | 318.05 | 0.56 | 0.6 |
| Hex | D2 | 61 | B0 | 0 | 36 | 10 | 12 | 13E | 38 | 3C |
| Octal | 322 | 141 | 260 | 0 | 66 | 20 | 22 | 476 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10110000 | 0 | 110110 | 10000 | 10010 | 100111110 | 111000 | 111100 |
Color Harmonies of #D261B0
Complementary color
Monochromatic Colors of #D261B0
Black with #D261B0
Text Example
Text Example
White with #D261B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261B0; }
p { color: rgb(210,97,176); }
H1.HeaderClassName
{
color: #D261B0;
}
.AnyTagClassName
{
color: #D261B0;
}
</style>
background-color css
<style>
a { background-color: #D261B0; }
a { background-color: rgb(210,97,176); }
div.DivClassName
{
background-color: #D261B0;
}
.BgClassName
{
background-color: #D261B0;
}
</style>
border-color css
<style>
span { border-color: #D261B0; }
span { border-color: rgb(210,97,176); }
td.TdClassName
{
border-color: #D261B0;
}
.TagClassName
{
border-color: #D261B0;
}
</style>