Shades of Fuchsia #D244BE
Tints of Fuchsia #D244BE
RGB
CMYK
RGB Variations
Color information
#D244BE (or 0xD244BE) is known color: Fuchsia. HEX triplet: D2, 44 and BE. RGB value is (210,68,190). Sum of RGB (Red+Green+Blue) = 210+68+190=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D244BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244BE is #2DBB41. Grayscale: #7C7C7C. Windows color (decimal): -2997058 or 12469458. OLE color: 12469458.
HSL color Cylindrical-coordinate representation of color #D244BE: hue angle of 308.45º 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 #D244BE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 190 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 308.45º | 0.61% | 0.55% | - |
| HSV(B) | 308.45º | 0.68% | 0.82% | - |
| XYZ | 37.94 | 21.55 | 50.88 | - |
| YUV | 124.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 190 | 0 | 0.68 | 0.10 | 0.18 | 308.45 | 0.61 | 0.55 |
| Hex | D2 | 44 | BE | 0 | 44 | A | 12 | 134 | 3D | 37 |
| Octal | 322 | 104 | 276 | 0 | 104 | 12 | 22 | 464 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10111110 | 0 | 1000100 | 1010 | 10010 | 100110100 | 111101 | 110111 |
Color Harmonies of #D244BE
Complementary color
Monochromatic Colors of #D244BE
Black with #D244BE
Text Example
Text Example
White with #D244BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244BE; }
p { color: rgb(210,68,190); }
H1.HeaderClassName
{
color: #D244BE;
}
.AnyTagClassName
{
color: #D244BE;
}
</style>
background-color css
<style>
a { background-color: #D244BE; }
a { background-color: rgb(210,68,190); }
div.DivClassName
{
background-color: #D244BE;
}
.BgClassName
{
background-color: #D244BE;
}
</style>
border-color css
<style>
span { border-color: #D244BE; }
span { border-color: rgb(210,68,190); }
td.TdClassName
{
border-color: #D244BE;
}
.TagClassName
{
border-color: #D244BE;
}
</style>