Shades of Fuchsia #D262B7
Tints of Fuchsia #D262B7
RGB
CMYK
RGB Variations
Color information
#D262B7 (or 0xD262B7) is known color: Fuchsia. HEX triplet: D2, 62 and B7. RGB value is (210,98,183). Sum of RGB (Red+Green+Blue) = 210+98+183=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D262B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262B7 is #2D9D48. Grayscale: #8C8C8C. Windows color (decimal): -2989385 or 12018386. OLE color: 12018386.
HSL color Cylindrical-coordinate representation of color #D262B7: hue angle of 314.46º 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 #D262B7 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 183 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.18 |
| HSL | 314.46º | 0.55% | 0.6% | - |
| HSV(B) | 314.46º | 0.53% | 0.82% | - |
| XYZ | 39.49 | 25.86 | 47.71 | - |
| YUV | 141.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 183 | 0 | 0.53 | 0.13 | 0.18 | 314.46 | 0.55 | 0.6 |
| Hex | D2 | 62 | B7 | 0 | 35 | D | 12 | 13A | 37 | 3C |
| Octal | 322 | 142 | 267 | 0 | 65 | 15 | 22 | 472 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10110111 | 0 | 110101 | 1101 | 10010 | 100111010 | 110111 | 111100 |
Color Harmonies of #D262B7
Complementary color
Monochromatic Colors of #D262B7
Black with #D262B7
Text Example
Text Example
White with #D262B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262B7; }
p { color: rgb(210,98,183); }
H1.HeaderClassName
{
color: #D262B7;
}
.AnyTagClassName
{
color: #D262B7;
}
</style>
background-color css
<style>
a { background-color: #D262B7; }
a { background-color: rgb(210,98,183); }
div.DivClassName
{
background-color: #D262B7;
}
.BgClassName
{
background-color: #D262B7;
}
</style>
border-color css
<style>
span { border-color: #D262B7; }
span { border-color: rgb(210,98,183); }
td.TdClassName
{
border-color: #D262B7;
}
.TagClassName
{
border-color: #D262B7;
}
</style>