Shades of Fuchsia #D636BC
Tints of Fuchsia #D636BC
RGB
CMYK
RGB Variations
Color information
#D636BC (or 0xD636BC) is known color: Fuchsia. HEX triplet: D6, 36 and BC. RGB value is (214,54,188). Sum of RGB (Red+Green+Blue) = 214+54+188=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D636BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636BC is #29C943. Grayscale: #747474. Windows color (decimal): -2738500 or 12334806. OLE color: 12334806.
HSL color Cylindrical-coordinate representation of color #D636BC: hue angle of 309.75º 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 #D636BC is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 188 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.16 |
| HSL | 309.75º | 0.66% | 0.53% | - |
| HSV(B) | 309.75º | 0.75% | 0.84% | - |
| XYZ | 38.13 | 20.57 | 49.54 | - |
| YUV | 117.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 188 | 0 | 0.75 | 0.12 | 0.16 | 309.75 | 0.66 | 0.53 |
| Hex | D6 | 36 | BC | 0 | 4B | C | 10 | 136 | 42 | 35 |
| Octal | 326 | 66 | 274 | 0 | 113 | 14 | 20 | 466 | 102 | 65 |
| Binary | 11010110 | 110110 | 10111100 | 0 | 1001011 | 1100 | 10000 | 100110110 | 1000010 | 110101 |
Color Harmonies of #D636BC
Complementary color
Monochromatic Colors of #D636BC
Black with #D636BC
Text Example
Text Example
White with #D636BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636BC; }
p { color: rgb(214,54,188); }
H1.HeaderClassName
{
color: #D636BC;
}
.AnyTagClassName
{
color: #D636BC;
}
</style>
background-color css
<style>
a { background-color: #D636BC; }
a { background-color: rgb(214,54,188); }
div.DivClassName
{
background-color: #D636BC;
}
.BgClassName
{
background-color: #D636BC;
}
</style>
border-color css
<style>
span { border-color: #D636BC; }
span { border-color: rgb(214,54,188); }
td.TdClassName
{
border-color: #D636BC;
}
.TagClassName
{
border-color: #D636BC;
}
</style>