Shades of Fuchsia #D236BC
Tints of Fuchsia #D236BC
RGB
CMYK
RGB Variations
Color information
#D236BC (or 0xD236BC) is known color: Fuchsia. HEX triplet: D2, 36 and BC. RGB value is (210,54,188). Sum of RGB (Red+Green+Blue) = 210+54+188=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D236BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236BC is #2DC943. Grayscale: #737373. Windows color (decimal): -3000644 or 12334802. OLE color: 12334802.
HSL color Cylindrical-coordinate representation of color #D236BC: hue angle of 308.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D236BC is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 188 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.18 |
| HSL | 308.46º | 0.63% | 0.52% | - |
| HSV(B) | 308.46º | 0.74% | 0.82% | - |
| XYZ | 36.97 | 19.97 | 49.48 | - |
| YUV | 115.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 188 | 0 | 0.74 | 0.10 | 0.18 | 308.46 | 0.63 | 0.52 |
| Hex | D2 | 36 | BC | 0 | 4A | A | 12 | 134 | 3F | 34 |
| Octal | 322 | 66 | 274 | 0 | 112 | 12 | 22 | 464 | 77 | 64 |
| Binary | 11010010 | 110110 | 10111100 | 0 | 1001010 | 1010 | 10010 | 100110100 | 111111 | 110100 |
Color Harmonies of #D236BC
Complementary color
Monochromatic Colors of #D236BC
Black with #D236BC
Text Example
Text Example
White with #D236BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236BC; }
p { color: rgb(210,54,188); }
H1.HeaderClassName
{
color: #D236BC;
}
.AnyTagClassName
{
color: #D236BC;
}
</style>
background-color css
<style>
a { background-color: #D236BC; }
a { background-color: rgb(210,54,188); }
div.DivClassName
{
background-color: #D236BC;
}
.BgClassName
{
background-color: #D236BC;
}
</style>
border-color css
<style>
span { border-color: #D236BC; }
span { border-color: rgb(210,54,188); }
td.TdClassName
{
border-color: #D236BC;
}
.TagClassName
{
border-color: #D236BC;
}
</style>