Shades of Fuchsia #D241D1
Tints of Fuchsia #D241D1
RGB
CMYK
RGB Variations
Color information
#D241D1 (or 0xD241D1) is known color: Fuchsia. HEX triplet: D2, 41 and D1. RGB value is (210,65,209). Sum of RGB (Red+Green+Blue) = 210+65+209=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D241D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241D1 is #2DBE2E. Grayscale: #7C7C7C. Windows color (decimal): -2997807 or 13713874. OLE color: 13713874.
HSL color Cylindrical-coordinate representation of color #D241D1: hue angle of 300.41º 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 #D241D1 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 209 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.18 |
| HSL | 300.41º | 0.62% | 0.54% | - |
| HSV(B) | 300.41º | 0.69% | 0.82% | - |
| XYZ | 39.98 | 22.09 | 62.48 | - |
| YUV | 124.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 209 | 0 | 0.69 | 0.00 | 0.18 | 300.41 | 0.62 | 0.54 |
| Hex | D2 | 41 | D1 | 0 | 45 | 0 | 12 | 12C | 3E | 36 |
| Octal | 322 | 101 | 321 | 0 | 105 | 0 | 22 | 454 | 76 | 66 |
| Binary | 11010010 | 1000001 | 11010001 | 0 | 1000101 | 0 | 10010 | 100101100 | 111110 | 110110 |
Color Harmonies of #D241D1
Complementary color
Monochromatic Colors of #D241D1
Black with #D241D1
Text Example
Text Example
White with #D241D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241D1; }
p { color: rgb(210,65,209); }
H1.HeaderClassName
{
color: #D241D1;
}
.AnyTagClassName
{
color: #D241D1;
}
</style>
background-color css
<style>
a { background-color: #D241D1; }
a { background-color: rgb(210,65,209); }
div.DivClassName
{
background-color: #D241D1;
}
.BgClassName
{
background-color: #D241D1;
}
</style>
border-color css
<style>
span { border-color: #D241D1; }
span { border-color: rgb(210,65,209); }
td.TdClassName
{
border-color: #D241D1;
}
.TagClassName
{
border-color: #D241D1;
}
</style>