Shades of Fuchsia #D238BA
Tints of Fuchsia #D238BA
RGB
CMYK
RGB Variations
Color information
#D238BA (or 0xD238BA) is known color: Fuchsia. HEX triplet: D2, 38 and BA. RGB value is (210,56,186). Sum of RGB (Red+Green+Blue) = 210+56+186=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D238BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238BA is #2DC745. Grayscale: #747474. Windows color (decimal): -3000134 or 12204242. OLE color: 12204242.
HSL color Cylindrical-coordinate representation of color #D238BA: hue angle of 309.35º 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 #D238BA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 186 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.18 |
| HSL | 309.35º | 0.63% | 0.52% | - |
| HSV(B) | 309.35º | 0.73% | 0.82% | - |
| XYZ | 36.86 | 20.08 | 48.39 | - |
| YUV | 116.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 186 | 0 | 0.73 | 0.11 | 0.18 | 309.35 | 0.63 | 0.52 |
| Hex | D2 | 38 | BA | 0 | 49 | B | 12 | 135 | 3F | 34 |
| Octal | 322 | 70 | 272 | 0 | 111 | 13 | 22 | 465 | 77 | 64 |
| Binary | 11010010 | 111000 | 10111010 | 0 | 1001001 | 1011 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D238BA
Complementary color
Monochromatic Colors of #D238BA
Black with #D238BA
Text Example
Text Example
White with #D238BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238BA; }
p { color: rgb(210,56,186); }
H1.HeaderClassName
{
color: #D238BA;
}
.AnyTagClassName
{
color: #D238BA;
}
</style>
background-color css
<style>
a { background-color: #D238BA; }
a { background-color: rgb(210,56,186); }
div.DivClassName
{
background-color: #D238BA;
}
.BgClassName
{
background-color: #D238BA;
}
</style>
border-color css
<style>
span { border-color: #D238BA; }
span { border-color: rgb(210,56,186); }
td.TdClassName
{
border-color: #D238BA;
}
.TagClassName
{
border-color: #D238BA;
}
</style>