Shades of Fuchsia #D462BF
Tints of Fuchsia #D462BF
RGB
CMYK
RGB Variations
Color information
#D462BF (or 0xD462BF) is known color: Fuchsia. HEX triplet: D4, 62 and BF. RGB value is (212,98,191). Sum of RGB (Red+Green+Blue) = 212+98+191=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D462BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462BF is #2B9D40. Grayscale: #8E8E8E. Windows color (decimal): -2858305 or 12542676. OLE color: 12542676.
HSL color Cylindrical-coordinate representation of color #D462BF: hue angle of 311.05º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462BF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 191 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.17 |
| HSL | 311.05º | 0.57% | 0.61% | - |
| HSV(B) | 311.05º | 0.54% | 0.83% | - |
| XYZ | 40.92 | 26.49 | 52.25 | - |
| YUV | 142.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 191 | 0 | 0.54 | 0.10 | 0.17 | 311.05 | 0.57 | 0.61 |
| Hex | D4 | 62 | BF | 0 | 36 | A | 11 | 137 | 39 | 3D |
| Octal | 324 | 142 | 277 | 0 | 66 | 12 | 21 | 467 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10111111 | 0 | 110110 | 1010 | 10001 | 100110111 | 111001 | 111101 |
Color Harmonies of #D462BF
Complementary color
Monochromatic Colors of #D462BF
Black with #D462BF
Text Example
Text Example
White with #D462BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462BF; }
p { color: rgb(212,98,191); }
H1.HeaderClassName
{
color: #D462BF;
}
.AnyTagClassName
{
color: #D462BF;
}
</style>
background-color css
<style>
a { background-color: #D462BF; }
a { background-color: rgb(212,98,191); }
div.DivClassName
{
background-color: #D462BF;
}
.BgClassName
{
background-color: #D462BF;
}
</style>
border-color css
<style>
span { border-color: #D462BF; }
span { border-color: rgb(212,98,191); }
td.TdClassName
{
border-color: #D462BF;
}
.TagClassName
{
border-color: #D462BF;
}
</style>