Shades of Fuchsia #D237B6
Tints of Fuchsia #D237B6
RGB
CMYK
RGB Variations
Color information
#D237B6 (or 0xD237B6) is known color: Fuchsia. HEX triplet: D2, 37 and B6. RGB value is (210,55,182). Sum of RGB (Red+Green+Blue) = 210+55+182=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D237B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237B6 is #2DC849. Grayscale: #737373. Windows color (decimal): -3000394 or 11941842. OLE color: 11941842.
HSL color Cylindrical-coordinate representation of color #D237B6: hue angle of 310.84º 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 #D237B6 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 182 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.18 |
| HSL | 310.84º | 0.63% | 0.52% | - |
| HSV(B) | 310.84º | 0.74% | 0.82% | - |
| XYZ | 36.39 | 19.81 | 46.16 | - |
| YUV | 115.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 182 | 0 | 0.74 | 0.13 | 0.18 | 310.84 | 0.63 | 0.52 |
| Hex | D2 | 37 | B6 | 0 | 4A | D | 12 | 137 | 3F | 34 |
| Octal | 322 | 67 | 266 | 0 | 112 | 15 | 22 | 467 | 77 | 64 |
| Binary | 11010010 | 110111 | 10110110 | 0 | 1001010 | 1101 | 10010 | 100110111 | 111111 | 110100 |
Color Harmonies of #D237B6
Complementary color
Monochromatic Colors of #D237B6
Black with #D237B6
Text Example
Text Example
White with #D237B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237B6; }
p { color: rgb(210,55,182); }
H1.HeaderClassName
{
color: #D237B6;
}
.AnyTagClassName
{
color: #D237B6;
}
</style>
background-color css
<style>
a { background-color: #D237B6; }
a { background-color: rgb(210,55,182); }
div.DivClassName
{
background-color: #D237B6;
}
.BgClassName
{
background-color: #D237B6;
}
</style>
border-color css
<style>
span { border-color: #D237B6; }
span { border-color: rgb(210,55,182); }
td.TdClassName
{
border-color: #D237B6;
}
.TagClassName
{
border-color: #D237B6;
}
</style>