Shades of Fuchsia #D262B9
Tints of Fuchsia #D262B9
RGB
CMYK
RGB Variations
Color information
#D262B9 (or 0xD262B9) is known color: Fuchsia. HEX triplet: D2, 62 and B9. RGB value is (210,98,185). Sum of RGB (Red+Green+Blue) = 210+98+185=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D262B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262B9 is #2D9D46. Grayscale: #8D8D8D. Windows color (decimal): -2989383 or 12149458. OLE color: 12149458.
HSL color Cylindrical-coordinate representation of color #D262B9: hue angle of 313.39º 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 #D262B9 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 185 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.18 |
| HSL | 313.39º | 0.55% | 0.6% | - |
| HSV(B) | 313.39º | 0.53% | 0.82% | - |
| XYZ | 39.7 | 25.94 | 48.81 | - |
| YUV | 141.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 185 | 0 | 0.53 | 0.12 | 0.18 | 313.39 | 0.55 | 0.6 |
| Hex | D2 | 62 | B9 | 0 | 35 | C | 12 | 139 | 37 | 3C |
| Octal | 322 | 142 | 271 | 0 | 65 | 14 | 22 | 471 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10111001 | 0 | 110101 | 1100 | 10010 | 100111001 | 110111 | 111100 |
Color Harmonies of #D262B9
Complementary color
Monochromatic Colors of #D262B9
Black with #D262B9
Text Example
Text Example
White with #D262B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262B9; }
p { color: rgb(210,98,185); }
H1.HeaderClassName
{
color: #D262B9;
}
.AnyTagClassName
{
color: #D262B9;
}
</style>
background-color css
<style>
a { background-color: #D262B9; }
a { background-color: rgb(210,98,185); }
div.DivClassName
{
background-color: #D262B9;
}
.BgClassName
{
background-color: #D262B9;
}
</style>
border-color css
<style>
span { border-color: #D262B9; }
span { border-color: rgb(210,98,185); }
td.TdClassName
{
border-color: #D262B9;
}
.TagClassName
{
border-color: #D262B9;
}
</style>