Shades of Fuchsia #D262BB
Tints of Fuchsia #D262BB
RGB
CMYK
RGB Variations
Color information
#D262BB (or 0xD262BB) is known color: Fuchsia. HEX triplet: D2, 62 and BB. RGB value is (210,98,187). Sum of RGB (Red+Green+Blue) = 210+98+187=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D262BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262BB is #2D9D44. Grayscale: #8D8D8D. Windows color (decimal): -2989381 or 12280530. OLE color: 12280530.
HSL color Cylindrical-coordinate representation of color #D262BB: hue angle of 312.32º 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 #D262BB is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 187 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 312.32º | 0.55% | 0.6% | - |
| HSV(B) | 312.32º | 0.53% | 0.82% | - |
| XYZ | 39.92 | 26.02 | 49.93 | - |
| YUV | 141.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 187 | 0 | 0.53 | 0.11 | 0.18 | 312.32 | 0.55 | 0.6 |
| Hex | D2 | 62 | BB | 0 | 35 | B | 12 | 138 | 37 | 3C |
| Octal | 322 | 142 | 273 | 0 | 65 | 13 | 22 | 470 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10111011 | 0 | 110101 | 1011 | 10010 | 100111000 | 110111 | 111100 |
Color Harmonies of #D262BB
Complementary color
Monochromatic Colors of #D262BB
Black with #D262BB
Text Example
Text Example
White with #D262BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262BB; }
p { color: rgb(210,98,187); }
H1.HeaderClassName
{
color: #D262BB;
}
.AnyTagClassName
{
color: #D262BB;
}
</style>
background-color css
<style>
a { background-color: #D262BB; }
a { background-color: rgb(210,98,187); }
div.DivClassName
{
background-color: #D262BB;
}
.BgClassName
{
background-color: #D262BB;
}
</style>
border-color css
<style>
span { border-color: #D262BB; }
span { border-color: rgb(210,98,187); }
td.TdClassName
{
border-color: #D262BB;
}
.TagClassName
{
border-color: #D262BB;
}
</style>