Shades of Fuchsia #D262BF
Tints of Fuchsia #D262BF
RGB
CMYK
RGB Variations
Color information
#D262BF (or 0xD262BF) is known color: Fuchsia. HEX triplet: D2, 62 and BF. RGB value is (210,98,191). Sum of RGB (Red+Green+Blue) = 210+98+191=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D262BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262BF is #2D9D40. Grayscale: #8D8D8D. Windows color (decimal): -2989377 or 12542674. OLE color: 12542674.
HSL color Cylindrical-coordinate representation of color #D262BF: hue angle of 310.18º 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 #D262BF is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 191 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.18 |
| HSL | 310.18º | 0.55% | 0.6% | - |
| HSV(B) | 310.18º | 0.53% | 0.82% | - |
| XYZ | 40.35 | 26.2 | 52.22 | - |
| YUV | 142.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 191 | 0 | 0.53 | 0.09 | 0.18 | 310.18 | 0.55 | 0.6 |
| Hex | D2 | 62 | BF | 0 | 35 | 9 | 12 | 136 | 37 | 3C |
| Octal | 322 | 142 | 277 | 0 | 65 | 11 | 22 | 466 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10111111 | 0 | 110101 | 1001 | 10010 | 100110110 | 110111 | 111100 |
Color Harmonies of #D262BF
Complementary color
Monochromatic Colors of #D262BF
Black with #D262BF
Text Example
Text Example
White with #D262BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262BF; }
p { color: rgb(210,98,191); }
H1.HeaderClassName
{
color: #D262BF;
}
.AnyTagClassName
{
color: #D262BF;
}
</style>
background-color css
<style>
a { background-color: #D262BF; }
a { background-color: rgb(210,98,191); }
div.DivClassName
{
background-color: #D262BF;
}
.BgClassName
{
background-color: #D262BF;
}
</style>
border-color css
<style>
span { border-color: #D262BF; }
span { border-color: rgb(210,98,191); }
td.TdClassName
{
border-color: #D262BF;
}
.TagClassName
{
border-color: #D262BF;
}
</style>