Shades of Fuchsia #D262BC
Tints of Fuchsia #D262BC
RGB
CMYK
RGB Variations
Color information
#D262BC (or 0xD262BC) is known color: Fuchsia. HEX triplet: D2, 62 and BC. RGB value is (210,98,188). Sum of RGB (Red+Green+Blue) = 210+98+188=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D262BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262BC is #2D9D43. Grayscale: #8D8D8D. Windows color (decimal): -2989380 or 12346066. OLE color: 12346066.
HSL color Cylindrical-coordinate representation of color #D262BC: hue angle of 311.79º 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 #D262BC is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 188 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.18 |
| HSL | 311.79º | 0.55% | 0.6% | - |
| HSV(B) | 311.79º | 0.53% | 0.82% | - |
| XYZ | 40.02 | 26.07 | 50.5 | - |
| YUV | 141.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 188 | 0 | 0.53 | 0.10 | 0.18 | 311.79 | 0.55 | 0.6 |
| Hex | D2 | 62 | BC | 0 | 35 | A | 12 | 138 | 37 | 3C |
| Octal | 322 | 142 | 274 | 0 | 65 | 12 | 22 | 470 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10111100 | 0 | 110101 | 1010 | 10010 | 100111000 | 110111 | 111100 |
Color Harmonies of #D262BC
Complementary color
Monochromatic Colors of #D262BC
Black with #D262BC
Text Example
Text Example
White with #D262BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262BC; }
p { color: rgb(210,98,188); }
H1.HeaderClassName
{
color: #D262BC;
}
.AnyTagClassName
{
color: #D262BC;
}
</style>
background-color css
<style>
a { background-color: #D262BC; }
a { background-color: rgb(210,98,188); }
div.DivClassName
{
background-color: #D262BC;
}
.BgClassName
{
background-color: #D262BC;
}
</style>
border-color css
<style>
span { border-color: #D262BC; }
span { border-color: rgb(210,98,188); }
td.TdClassName
{
border-color: #D262BC;
}
.TagClassName
{
border-color: #D262BC;
}
</style>