Shades of Fuchsia #D237BC
Tints of Fuchsia #D237BC
RGB
CMYK
RGB Variations
Color information
#D237BC (or 0xD237BC) is known color: Fuchsia. HEX triplet: D2, 37 and BC. RGB value is (210,55,188). Sum of RGB (Red+Green+Blue) = 210+55+188=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D237BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237BC is #2DC843. Grayscale: #747474. Windows color (decimal): -3000388 or 12335058. OLE color: 12335058.
HSL color Cylindrical-coordinate representation of color #D237BC: hue angle of 308.52º 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 #D237BC is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 188 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.18 |
| HSL | 308.52º | 0.63% | 0.52% | - |
| HSV(B) | 308.52º | 0.74% | 0.82% | - |
| XYZ | 37.02 | 20.06 | 49.5 | - |
| YUV | 116.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 188 | 0 | 0.74 | 0.10 | 0.18 | 308.52 | 0.63 | 0.52 |
| Hex | D2 | 37 | BC | 0 | 4A | A | 12 | 135 | 3F | 34 |
| Octal | 322 | 67 | 274 | 0 | 112 | 12 | 22 | 465 | 77 | 64 |
| Binary | 11010010 | 110111 | 10111100 | 0 | 1001010 | 1010 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D237BC
Complementary color
Monochromatic Colors of #D237BC
Black with #D237BC
Text Example
Text Example
White with #D237BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237BC; }
p { color: rgb(210,55,188); }
H1.HeaderClassName
{
color: #D237BC;
}
.AnyTagClassName
{
color: #D237BC;
}
</style>
background-color css
<style>
a { background-color: #D237BC; }
a { background-color: rgb(210,55,188); }
div.DivClassName
{
background-color: #D237BC;
}
.BgClassName
{
background-color: #D237BC;
}
</style>
border-color css
<style>
span { border-color: #D237BC; }
span { border-color: rgb(210,55,188); }
td.TdClassName
{
border-color: #D237BC;
}
.TagClassName
{
border-color: #D237BC;
}
</style>