Shades of Fuchsia #D244CC
Tints of Fuchsia #D244CC
RGB
CMYK
RGB Variations
Color information
#D244CC (or 0xD244CC) is known color: Fuchsia. HEX triplet: D2, 44 and CC. RGB value is (210,68,204). Sum of RGB (Red+Green+Blue) = 210+68+204=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D244CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244CC is #2DBB33. Grayscale: #7D7D7D. Windows color (decimal): -2997044 or 13386962. OLE color: 13386962.
HSL color Cylindrical-coordinate representation of color #D244CC: hue angle of 302.54º 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 #D244CC is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 204 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.18 |
| HSL | 302.54º | 0.61% | 0.55% | - |
| HSV(B) | 302.54º | 0.68% | 0.82% | - |
| XYZ | 39.54 | 22.2 | 59.33 | - |
| YUV | 125.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 204 | 0 | 0.68 | 0.03 | 0.18 | 302.54 | 0.61 | 0.55 |
| Hex | D2 | 44 | CC | 0 | 44 | 3 | 12 | 12F | 3D | 37 |
| Octal | 322 | 104 | 314 | 0 | 104 | 3 | 22 | 457 | 75 | 67 |
| Binary | 11010010 | 1000100 | 11001100 | 0 | 1000100 | 11 | 10010 | 100101111 | 111101 | 110111 |
Color Harmonies of #D244CC
Complementary color
Monochromatic Colors of #D244CC
Black with #D244CC
Text Example
Text Example
White with #D244CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244CC; }
p { color: rgb(210,68,204); }
H1.HeaderClassName
{
color: #D244CC;
}
.AnyTagClassName
{
color: #D244CC;
}
</style>
background-color css
<style>
a { background-color: #D244CC; }
a { background-color: rgb(210,68,204); }
div.DivClassName
{
background-color: #D244CC;
}
.BgClassName
{
background-color: #D244CC;
}
</style>
border-color css
<style>
span { border-color: #D244CC; }
span { border-color: rgb(210,68,204); }
td.TdClassName
{
border-color: #D244CC;
}
.TagClassName
{
border-color: #D244CC;
}
</style>