Shades of Fuchsia #D244CE
Tints of Fuchsia #D244CE
RGB
CMYK
RGB Variations
Color information
#D244CE (or 0xD244CE) is known color: Fuchsia. HEX triplet: D2, 44 and CE. RGB value is (210,68,206). Sum of RGB (Red+Green+Blue) = 210+68+206=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D244CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244CE is #2DBB31. Grayscale: #7D7D7D. Windows color (decimal): -2997042 or 13518034. OLE color: 13518034.
HSL color Cylindrical-coordinate representation of color #D244CE: hue angle of 301.69º 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 #D244CE is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 206 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.18 |
| HSL | 301.69º | 0.61% | 0.55% | - |
| HSV(B) | 301.69º | 0.68% | 0.82% | - |
| XYZ | 39.79 | 22.29 | 60.6 | - |
| YUV | 126.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 206 | 0 | 0.68 | 0.02 | 0.18 | 301.69 | 0.61 | 0.55 |
| Hex | D2 | 44 | CE | 0 | 44 | 2 | 12 | 12E | 3D | 37 |
| Octal | 322 | 104 | 316 | 0 | 104 | 2 | 22 | 456 | 75 | 67 |
| Binary | 11010010 | 1000100 | 11001110 | 0 | 1000100 | 10 | 10010 | 100101110 | 111101 | 110111 |
Color Harmonies of #D244CE
Complementary color
Monochromatic Colors of #D244CE
Black with #D244CE
Text Example
Text Example
White with #D244CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244CE; }
p { color: rgb(210,68,206); }
H1.HeaderClassName
{
color: #D244CE;
}
.AnyTagClassName
{
color: #D244CE;
}
</style>
background-color css
<style>
a { background-color: #D244CE; }
a { background-color: rgb(210,68,206); }
div.DivClassName
{
background-color: #D244CE;
}
.BgClassName
{
background-color: #D244CE;
}
</style>
border-color css
<style>
span { border-color: #D244CE; }
span { border-color: rgb(210,68,206); }
td.TdClassName
{
border-color: #D244CE;
}
.TagClassName
{
border-color: #D244CE;
}
</style>