Shades of Fuchsia #D238BC
Tints of Fuchsia #D238BC
RGB
CMYK
RGB Variations
Color information
#D238BC (or 0xD238BC) is known color: Fuchsia. HEX triplet: D2, 38 and BC. RGB value is (210,56,188). Sum of RGB (Red+Green+Blue) = 210+56+188=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D238BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238BC is #2DC743. Grayscale: #747474. Windows color (decimal): -3000132 or 12335314. OLE color: 12335314.
HSL color Cylindrical-coordinate representation of color #D238BC: hue angle of 308.57º 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 #D238BC is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 188 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.18 |
| HSL | 308.57º | 0.63% | 0.52% | - |
| HSV(B) | 308.57º | 0.73% | 0.82% | - |
| XYZ | 37.07 | 20.16 | 49.51 | - |
| YUV | 117.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 188 | 0 | 0.73 | 0.10 | 0.18 | 308.57 | 0.63 | 0.52 |
| Hex | D2 | 38 | BC | 0 | 49 | A | 12 | 135 | 3F | 34 |
| Octal | 322 | 70 | 274 | 0 | 111 | 12 | 22 | 465 | 77 | 64 |
| Binary | 11010010 | 111000 | 10111100 | 0 | 1001001 | 1010 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D238BC
Complementary color
Monochromatic Colors of #D238BC
Black with #D238BC
Text Example
Text Example
White with #D238BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238BC; }
p { color: rgb(210,56,188); }
H1.HeaderClassName
{
color: #D238BC;
}
.AnyTagClassName
{
color: #D238BC;
}
</style>
background-color css
<style>
a { background-color: #D238BC; }
a { background-color: rgb(210,56,188); }
div.DivClassName
{
background-color: #D238BC;
}
.BgClassName
{
background-color: #D238BC;
}
</style>
border-color css
<style>
span { border-color: #D238BC; }
span { border-color: rgb(210,56,188); }
td.TdClassName
{
border-color: #D238BC;
}
.TagClassName
{
border-color: #D238BC;
}
</style>