Shades of Fuchsia #D239BB
Tints of Fuchsia #D239BB
RGB
CMYK
RGB Variations
Color information
#D239BB (or 0xD239BB) is known color: Fuchsia. HEX triplet: D2, 39 and BB. RGB value is (210,57,187). Sum of RGB (Red+Green+Blue) = 210+57+187=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D239BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239BB is #2DC644. Grayscale: #757575. Windows color (decimal): -2999877 or 12270034. OLE color: 12270034.
HSL color Cylindrical-coordinate representation of color #D239BB: hue angle of 309.02º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239BB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 187 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.18 |
| HSL | 309.02º | 0.63% | 0.52% | - |
| HSV(B) | 309.02º | 0.73% | 0.82% | - |
| XYZ | 37.01 | 20.22 | 48.97 | - |
| YUV | 117.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 187 | 0 | 0.73 | 0.11 | 0.18 | 309.02 | 0.63 | 0.52 |
| Hex | D2 | 39 | BB | 0 | 49 | B | 12 | 135 | 3F | 34 |
| Octal | 322 | 71 | 273 | 0 | 111 | 13 | 22 | 465 | 77 | 64 |
| Binary | 11010010 | 111001 | 10111011 | 0 | 1001001 | 1011 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D239BB
Complementary color
Monochromatic Colors of #D239BB
Black with #D239BB
Text Example
Text Example
White with #D239BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239BB; }
p { color: rgb(210,57,187); }
H1.HeaderClassName
{
color: #D239BB;
}
.AnyTagClassName
{
color: #D239BB;
}
</style>
background-color css
<style>
a { background-color: #D239BB; }
a { background-color: rgb(210,57,187); }
div.DivClassName
{
background-color: #D239BB;
}
.BgClassName
{
background-color: #D239BB;
}
</style>
border-color css
<style>
span { border-color: #D239BB; }
span { border-color: rgb(210,57,187); }
td.TdClassName
{
border-color: #D239BB;
}
.TagClassName
{
border-color: #D239BB;
}
</style>