Shades of Fuchsia #D241CA
Tints of Fuchsia #D241CA
RGB
CMYK
RGB Variations
Color information
#D241CA (or 0xD241CA) is known color: Fuchsia. HEX triplet: D2, 41 and CA. RGB value is (210,65,202). Sum of RGB (Red+Green+Blue) = 210+65+202=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D241CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241CA is #2DBE35. Grayscale: #7B7B7B. Windows color (decimal): -2997814 or 13255122. OLE color: 13255122.
HSL color Cylindrical-coordinate representation of color #D241CA: hue angle of 303.31º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D241CA is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 202 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.18 |
| HSL | 303.31º | 0.62% | 0.54% | - |
| HSV(B) | 303.31º | 0.69% | 0.82% | - |
| XYZ | 39.13 | 21.75 | 58.01 | - |
| YUV | 123.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 202 | 0 | 0.69 | 0.04 | 0.18 | 303.31 | 0.62 | 0.54 |
| Hex | D2 | 41 | CA | 0 | 45 | 4 | 12 | 12F | 3E | 36 |
| Octal | 322 | 101 | 312 | 0 | 105 | 4 | 22 | 457 | 76 | 66 |
| Binary | 11010010 | 1000001 | 11001010 | 0 | 1000101 | 100 | 10010 | 100101111 | 111110 | 110110 |
Color Harmonies of #D241CA
Complementary color
Monochromatic Colors of #D241CA
Black with #D241CA
Text Example
Text Example
White with #D241CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241CA; }
p { color: rgb(210,65,202); }
H1.HeaderClassName
{
color: #D241CA;
}
.AnyTagClassName
{
color: #D241CA;
}
</style>
background-color css
<style>
a { background-color: #D241CA; }
a { background-color: rgb(210,65,202); }
div.DivClassName
{
background-color: #D241CA;
}
.BgClassName
{
background-color: #D241CA;
}
</style>
border-color css
<style>
span { border-color: #D241CA; }
span { border-color: rgb(210,65,202); }
td.TdClassName
{
border-color: #D241CA;
}
.TagClassName
{
border-color: #D241CA;
}
</style>