Shades of Fuchsia #D239BD
Tints of Fuchsia #D239BD
RGB
CMYK
RGB Variations
Color information
#D239BD (or 0xD239BD) is known color: Fuchsia. HEX triplet: D2, 39 and BD. RGB value is (210,57,189). Sum of RGB (Red+Green+Blue) = 210+57+189=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D239BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239BD is #2DC642. Grayscale: #757575. Windows color (decimal): -2999875 or 12401106. OLE color: 12401106.
HSL color Cylindrical-coordinate representation of color #D239BD: hue angle of 308.24º 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 #D239BD is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 189 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.18 |
| HSL | 308.24º | 0.63% | 0.52% | - |
| HSV(B) | 308.24º | 0.73% | 0.82% | - |
| XYZ | 37.23 | 20.3 | 50.1 | - |
| YUV | 117.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 189 | 0 | 0.73 | 0.10 | 0.18 | 308.24 | 0.63 | 0.52 |
| Hex | D2 | 39 | BD | 0 | 49 | A | 12 | 134 | 3F | 34 |
| Octal | 322 | 71 | 275 | 0 | 111 | 12 | 22 | 464 | 77 | 64 |
| Binary | 11010010 | 111001 | 10111101 | 0 | 1001001 | 1010 | 10010 | 100110100 | 111111 | 110100 |
Color Harmonies of #D239BD
Complementary color
Monochromatic Colors of #D239BD
Black with #D239BD
Text Example
Text Example
White with #D239BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239BD; }
p { color: rgb(210,57,189); }
H1.HeaderClassName
{
color: #D239BD;
}
.AnyTagClassName
{
color: #D239BD;
}
</style>
background-color css
<style>
a { background-color: #D239BD; }
a { background-color: rgb(210,57,189); }
div.DivClassName
{
background-color: #D239BD;
}
.BgClassName
{
background-color: #D239BD;
}
</style>
border-color css
<style>
span { border-color: #D239BD; }
span { border-color: rgb(210,57,189); }
td.TdClassName
{
border-color: #D239BD;
}
.TagClassName
{
border-color: #D239BD;
}
</style>