Shades of Fuchsia #D236B9
Tints of Fuchsia #D236B9
RGB
CMYK
RGB Variations
Color information
#D236B9 (or 0xD236B9) is known color: Fuchsia. HEX triplet: D2, 36 and B9. RGB value is (210,54,185). Sum of RGB (Red+Green+Blue) = 210+54+185=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D236B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236B9 is #2DC946. Grayscale: #737373. Windows color (decimal): -3000647 or 12138194. OLE color: 12138194.
HSL color Cylindrical-coordinate representation of color #D236B9: hue angle of 309.62º 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 #D236B9 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 185 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.18 |
| HSL | 309.62º | 0.63% | 0.52% | - |
| HSV(B) | 309.62º | 0.74% | 0.82% | - |
| XYZ | 36.65 | 19.84 | 47.8 | - |
| YUV | 115.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 185 | 0 | 0.74 | 0.12 | 0.18 | 309.62 | 0.63 | 0.52 |
| Hex | D2 | 36 | B9 | 0 | 4A | C | 12 | 136 | 3F | 34 |
| Octal | 322 | 66 | 271 | 0 | 112 | 14 | 22 | 466 | 77 | 64 |
| Binary | 11010010 | 110110 | 10111001 | 0 | 1001010 | 1100 | 10010 | 100110110 | 111111 | 110100 |
Color Harmonies of #D236B9
Complementary color
Monochromatic Colors of #D236B9
Black with #D236B9
Text Example
Text Example
White with #D236B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236B9; }
p { color: rgb(210,54,185); }
H1.HeaderClassName
{
color: #D236B9;
}
.AnyTagClassName
{
color: #D236B9;
}
</style>
background-color css
<style>
a { background-color: #D236B9; }
a { background-color: rgb(210,54,185); }
div.DivClassName
{
background-color: #D236B9;
}
.BgClassName
{
background-color: #D236B9;
}
</style>
border-color css
<style>
span { border-color: #D236B9; }
span { border-color: rgb(210,54,185); }
td.TdClassName
{
border-color: #D236B9;
}
.TagClassName
{
border-color: #D236B9;
}
</style>