Shades of Fuchsia #D261B2
Tints of Fuchsia #D261B2
RGB
CMYK
RGB Variations
Color information
#D261B2 (or 0xD261B2) is known color: Fuchsia. HEX triplet: D2, 61 and B2. RGB value is (210,97,178). Sum of RGB (Red+Green+Blue) = 210+97+178=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D261B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261B2 is #2D9E4D. Grayscale: #8B8B8B. Windows color (decimal): -2989646 or 11690450. OLE color: 11690450.
HSL color Cylindrical-coordinate representation of color #D261B2: hue angle of 316.99º 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 #D261B2 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 178 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.18 |
| HSL | 316.99º | 0.56% | 0.6% | - |
| HSV(B) | 316.99º | 0.54% | 0.82% | - |
| XYZ | 38.89 | 25.47 | 44.99 | - |
| YUV | 140.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 178 | 0 | 0.54 | 0.15 | 0.18 | 316.99 | 0.56 | 0.6 |
| Hex | D2 | 61 | B2 | 0 | 36 | F | 12 | 13D | 38 | 3C |
| Octal | 322 | 141 | 262 | 0 | 66 | 17 | 22 | 475 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10110010 | 0 | 110110 | 1111 | 10010 | 100111101 | 111000 | 111100 |
Color Harmonies of #D261B2
Complementary color
Monochromatic Colors of #D261B2
Black with #D261B2
Text Example
Text Example
White with #D261B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261B2; }
p { color: rgb(210,97,178); }
H1.HeaderClassName
{
color: #D261B2;
}
.AnyTagClassName
{
color: #D261B2;
}
</style>
background-color css
<style>
a { background-color: #D261B2; }
a { background-color: rgb(210,97,178); }
div.DivClassName
{
background-color: #D261B2;
}
.BgClassName
{
background-color: #D261B2;
}
</style>
border-color css
<style>
span { border-color: #D261B2; }
span { border-color: rgb(210,97,178); }
td.TdClassName
{
border-color: #D261B2;
}
.TagClassName
{
border-color: #D261B2;
}
</style>