Shades of Fuchsia #D244BC
Tints of Fuchsia #D244BC
RGB
CMYK
RGB Variations
Color information
#D244BC (or 0xD244BC) is known color: Fuchsia. HEX triplet: D2, 44 and BC. RGB value is (210,68,188). Sum of RGB (Red+Green+Blue) = 210+68+188=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D244BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244BC is #2DBB43. Grayscale: #7B7B7B. Windows color (decimal): -2997060 or 12338386. OLE color: 12338386.
HSL color Cylindrical-coordinate representation of color #D244BC: hue angle of 309.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244BC is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 188 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 309.3º | 0.61% | 0.55% | - |
| HSV(B) | 309.3º | 0.68% | 0.82% | - |
| XYZ | 37.72 | 21.47 | 49.73 | - |
| YUV | 124.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 188 | 0 | 0.68 | 0.10 | 0.18 | 309.3 | 0.61 | 0.55 |
| Hex | D2 | 44 | BC | 0 | 44 | A | 12 | 135 | 3D | 37 |
| Octal | 322 | 104 | 274 | 0 | 104 | 12 | 22 | 465 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10111100 | 0 | 1000100 | 1010 | 10010 | 100110101 | 111101 | 110111 |
Color Harmonies of #D244BC
Complementary color
Monochromatic Colors of #D244BC
Black with #D244BC
Text Example
Text Example
White with #D244BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244BC; }
p { color: rgb(210,68,188); }
H1.HeaderClassName
{
color: #D244BC;
}
.AnyTagClassName
{
color: #D244BC;
}
</style>
background-color css
<style>
a { background-color: #D244BC; }
a { background-color: rgb(210,68,188); }
div.DivClassName
{
background-color: #D244BC;
}
.BgClassName
{
background-color: #D244BC;
}
</style>
border-color css
<style>
span { border-color: #D244BC; }
span { border-color: rgb(210,68,188); }
td.TdClassName
{
border-color: #D244BC;
}
.TagClassName
{
border-color: #D244BC;
}
</style>