Shades of Fuchsia #D237BB
Tints of Fuchsia #D237BB
RGB
CMYK
RGB Variations
Color information
#D237BB (or 0xD237BB) is known color: Fuchsia. HEX triplet: D2, 37 and BB. RGB value is (210,55,187). Sum of RGB (Red+Green+Blue) = 210+55+187=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D237BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237BB is #2DC844. Grayscale: #747474. Windows color (decimal): -3000389 or 12269522. OLE color: 12269522.
HSL color Cylindrical-coordinate representation of color #D237BB: hue angle of 308.9º 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 #D237BB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 187 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.18 |
| HSL | 308.9º | 0.63% | 0.52% | - |
| HSV(B) | 308.9º | 0.74% | 0.82% | - |
| XYZ | 36.91 | 20.02 | 48.93 | - |
| YUV | 116.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 187 | 0 | 0.74 | 0.11 | 0.18 | 308.9 | 0.63 | 0.52 |
| Hex | D2 | 37 | BB | 0 | 4A | B | 12 | 135 | 3F | 34 |
| Octal | 322 | 67 | 273 | 0 | 112 | 13 | 22 | 465 | 77 | 64 |
| Binary | 11010010 | 110111 | 10111011 | 0 | 1001010 | 1011 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D237BB
Complementary color
Monochromatic Colors of #D237BB
Black with #D237BB
Text Example
Text Example
White with #D237BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237BB; }
p { color: rgb(210,55,187); }
H1.HeaderClassName
{
color: #D237BB;
}
.AnyTagClassName
{
color: #D237BB;
}
</style>
background-color css
<style>
a { background-color: #D237BB; }
a { background-color: rgb(210,55,187); }
div.DivClassName
{
background-color: #D237BB;
}
.BgClassName
{
background-color: #D237BB;
}
</style>
border-color css
<style>
span { border-color: #D237BB; }
span { border-color: rgb(210,55,187); }
td.TdClassName
{
border-color: #D237BB;
}
.TagClassName
{
border-color: #D237BB;
}
</style>