Shades of Fuchsia #D237BE
Tints of Fuchsia #D237BE
RGB
CMYK
RGB Variations
Color information
#D237BE (or 0xD237BE) is known color: Fuchsia. HEX triplet: D2, 37 and BE. RGB value is (210,55,190). Sum of RGB (Red+Green+Blue) = 210+55+190=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D237BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237BE is #2DC841. Grayscale: #747474. Windows color (decimal): -3000386 or 12466130. OLE color: 12466130.
HSL color Cylindrical-coordinate representation of color #D237BE: hue angle of 307.74º 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 #D237BE is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 190 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.18 |
| HSL | 307.74º | 0.63% | 0.52% | - |
| HSV(B) | 307.74º | 0.74% | 0.82% | - |
| XYZ | 37.24 | 20.15 | 50.64 | - |
| YUV | 116.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 190 | 0 | 0.74 | 0.10 | 0.18 | 307.74 | 0.63 | 0.52 |
| Hex | D2 | 37 | BE | 0 | 4A | A | 12 | 134 | 3F | 34 |
| Octal | 322 | 67 | 276 | 0 | 112 | 12 | 22 | 464 | 77 | 64 |
| Binary | 11010010 | 110111 | 10111110 | 0 | 1001010 | 1010 | 10010 | 100110100 | 111111 | 110100 |
Color Harmonies of #D237BE
Complementary color
Monochromatic Colors of #D237BE
Black with #D237BE
Text Example
Text Example
White with #D237BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237BE; }
p { color: rgb(210,55,190); }
H1.HeaderClassName
{
color: #D237BE;
}
.AnyTagClassName
{
color: #D237BE;
}
</style>
background-color css
<style>
a { background-color: #D237BE; }
a { background-color: rgb(210,55,190); }
div.DivClassName
{
background-color: #D237BE;
}
.BgClassName
{
background-color: #D237BE;
}
</style>
border-color css
<style>
span { border-color: #D237BE; }
span { border-color: rgb(210,55,190); }
td.TdClassName
{
border-color: #D237BE;
}
.TagClassName
{
border-color: #D237BE;
}
</style>