Shades of Fuchsia #D636BE
Tints of Fuchsia #D636BE
RGB
CMYK
RGB Variations
Color information
#D636BE (or 0xD636BE) is known color: Fuchsia. HEX triplet: D6, 36 and BE. RGB value is (214,54,190). Sum of RGB (Red+Green+Blue) = 214+54+190=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D636BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636BE is #29C941. Grayscale: #747474. Windows color (decimal): -2738498 or 12465878. OLE color: 12465878.
HSL color Cylindrical-coordinate representation of color #D636BE: hue angle of 309º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636BE is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 190 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.16 |
| HSL | 309º | 0.66% | 0.53% | - |
| HSV(B) | 309º | 0.75% | 0.84% | - |
| XYZ | 38.34 | 20.65 | 50.68 | - |
| YUV | 117.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 190 | 0 | 0.75 | 0.11 | 0.16 | 309 | 0.66 | 0.53 |
| Hex | D6 | 36 | BE | 0 | 4B | B | 10 | 135 | 42 | 35 |
| Octal | 326 | 66 | 276 | 0 | 113 | 13 | 20 | 465 | 102 | 65 |
| Binary | 11010110 | 110110 | 10111110 | 0 | 1001011 | 1011 | 10000 | 100110101 | 1000010 | 110101 |
Color Harmonies of #D636BE
Complementary color
Monochromatic Colors of #D636BE
Black with #D636BE
Text Example
Text Example
White with #D636BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636BE; }
p { color: rgb(214,54,190); }
H1.HeaderClassName
{
color: #D636BE;
}
.AnyTagClassName
{
color: #D636BE;
}
</style>
background-color css
<style>
a { background-color: #D636BE; }
a { background-color: rgb(214,54,190); }
div.DivClassName
{
background-color: #D636BE;
}
.BgClassName
{
background-color: #D636BE;
}
</style>
border-color css
<style>
span { border-color: #D636BE; }
span { border-color: rgb(214,54,190); }
td.TdClassName
{
border-color: #D636BE;
}
.TagClassName
{
border-color: #D636BE;
}
</style>