Shades of Fuchsia #D241CD
Tints of Fuchsia #D241CD
RGB
CMYK
RGB Variations
Color information
#D241CD (or 0xD241CD) is known color: Fuchsia. HEX triplet: D2, 41 and CD. RGB value is (210,65,205). Sum of RGB (Red+Green+Blue) = 210+65+205=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D241CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241CD is #2DBE32. Grayscale: #7B7B7B. Windows color (decimal): -2997811 or 13451730. OLE color: 13451730.
HSL color Cylindrical-coordinate representation of color #D241CD: hue angle of 302.07º 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 #D241CD is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 205 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.18 |
| HSL | 302.07º | 0.62% | 0.54% | - |
| HSV(B) | 302.07º | 0.69% | 0.82% | - |
| XYZ | 39.49 | 21.89 | 59.9 | - |
| YUV | 124.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 205 | 0 | 0.69 | 0.02 | 0.18 | 302.07 | 0.62 | 0.54 |
| Hex | D2 | 41 | CD | 0 | 45 | 2 | 12 | 12E | 3E | 36 |
| Octal | 322 | 101 | 315 | 0 | 105 | 2 | 22 | 456 | 76 | 66 |
| Binary | 11010010 | 1000001 | 11001101 | 0 | 1000101 | 10 | 10010 | 100101110 | 111110 | 110110 |
Color Harmonies of #D241CD
Complementary color
Monochromatic Colors of #D241CD
Black with #D241CD
Text Example
Text Example
White with #D241CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241CD; }
p { color: rgb(210,65,205); }
H1.HeaderClassName
{
color: #D241CD;
}
.AnyTagClassName
{
color: #D241CD;
}
</style>
background-color css
<style>
a { background-color: #D241CD; }
a { background-color: rgb(210,65,205); }
div.DivClassName
{
background-color: #D241CD;
}
.BgClassName
{
background-color: #D241CD;
}
</style>
border-color css
<style>
span { border-color: #D241CD; }
span { border-color: rgb(210,65,205); }
td.TdClassName
{
border-color: #D241CD;
}
.TagClassName
{
border-color: #D241CD;
}
</style>