Shades of Fuchsia #D662BE
Tints of Fuchsia #D662BE
RGB
CMYK
RGB Variations
Color information
#D662BE (or 0xD662BE) is known color: Fuchsia. HEX triplet: D6, 62 and BE. RGB value is (214,98,190). Sum of RGB (Red+Green+Blue) = 214+98+190=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D662BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662BE is #299D41. Grayscale: #8E8E8E. Windows color (decimal): -2727234 or 12477142. OLE color: 12477142.
HSL color Cylindrical-coordinate representation of color #D662BE: hue angle of 312.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662BE is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 190 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.16 |
| HSL | 312.41º | 0.59% | 0.61% | - |
| HSV(B) | 312.41º | 0.54% | 0.84% | - |
| XYZ | 41.39 | 26.75 | 51.7 | - |
| YUV | 143.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 190 | 0 | 0.54 | 0.11 | 0.16 | 312.41 | 0.59 | 0.61 |
| Hex | D6 | 62 | BE | 0 | 36 | B | 10 | 138 | 3B | 3D |
| Octal | 326 | 142 | 276 | 0 | 66 | 13 | 20 | 470 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10111110 | 0 | 110110 | 1011 | 10000 | 100111000 | 111011 | 111101 |
Color Harmonies of #D662BE
Complementary color
Monochromatic Colors of #D662BE
Black with #D662BE
Text Example
Text Example
White with #D662BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662BE; }
p { color: rgb(214,98,190); }
H1.HeaderClassName
{
color: #D662BE;
}
.AnyTagClassName
{
color: #D662BE;
}
</style>
background-color css
<style>
a { background-color: #D662BE; }
a { background-color: rgb(214,98,190); }
div.DivClassName
{
background-color: #D662BE;
}
.BgClassName
{
background-color: #D662BE;
}
</style>
border-color css
<style>
span { border-color: #D662BE; }
span { border-color: rgb(214,98,190); }
td.TdClassName
{
border-color: #D662BE;
}
.TagClassName
{
border-color: #D662BE;
}
</style>