Shades of Fuchsia #D241CB
Tints of Fuchsia #D241CB
RGB
CMYK
RGB Variations
Color information
#D241CB (or 0xD241CB) is known color: Fuchsia. HEX triplet: D2, 41 and CB. RGB value is (210,65,203). Sum of RGB (Red+Green+Blue) = 210+65+203=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D241CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241CB is #2DBE34. Grayscale: #7B7B7B. Windows color (decimal): -2997813 or 13320658. OLE color: 13320658.
HSL color Cylindrical-coordinate representation of color #D241CB: hue angle of 302.9º 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 #D241CB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 203 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.18 |
| HSL | 302.9º | 0.62% | 0.54% | - |
| HSV(B) | 302.9º | 0.69% | 0.82% | - |
| XYZ | 39.25 | 21.79 | 58.64 | - |
| YUV | 124.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 203 | 0 | 0.69 | 0.03 | 0.18 | 302.9 | 0.62 | 0.54 |
| Hex | D2 | 41 | CB | 0 | 45 | 3 | 12 | 12F | 3E | 36 |
| Octal | 322 | 101 | 313 | 0 | 105 | 3 | 22 | 457 | 76 | 66 |
| Binary | 11010010 | 1000001 | 11001011 | 0 | 1000101 | 11 | 10010 | 100101111 | 111110 | 110110 |
Color Harmonies of #D241CB
Complementary color
Monochromatic Colors of #D241CB
Black with #D241CB
Text Example
Text Example
White with #D241CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241CB; }
p { color: rgb(210,65,203); }
H1.HeaderClassName
{
color: #D241CB;
}
.AnyTagClassName
{
color: #D241CB;
}
</style>
background-color css
<style>
a { background-color: #D241CB; }
a { background-color: rgb(210,65,203); }
div.DivClassName
{
background-color: #D241CB;
}
.BgClassName
{
background-color: #D241CB;
}
</style>
border-color css
<style>
span { border-color: #D241CB; }
span { border-color: rgb(210,65,203); }
td.TdClassName
{
border-color: #D241CB;
}
.TagClassName
{
border-color: #D241CB;
}
</style>