Shades of Fuchsia #D24DC1
Tints of Fuchsia #D24DC1
RGB
CMYK
RGB Variations
Color information
#D24DC1 (or 0xD24DC1) is known color: Fuchsia. HEX triplet: D2, 4D and C1. RGB value is (210,77,193). Sum of RGB (Red+Green+Blue) = 210+77+193=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC1 is #2DB23E. Grayscale: #818181. Windows color (decimal): -2994751 or 12668370. OLE color: 12668370.
HSL color Cylindrical-coordinate representation of color #D24DC1: hue angle of 307.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DC1 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 193 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.18 |
| HSL | 307.67º | 0.6% | 0.56% | - |
| HSV(B) | 307.67º | 0.63% | 0.82% | - |
| XYZ | 38.86 | 22.86 | 52.82 | - |
| YUV | 129.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 193 | 0 | 0.63 | 0.08 | 0.18 | 307.67 | 0.6 | 0.56 |
| Hex | D2 | 4D | C1 | 0 | 3F | 8 | 12 | 134 | 3C | 38 |
| Octal | 322 | 115 | 301 | 0 | 77 | 10 | 22 | 464 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11000001 | 0 | 111111 | 1000 | 10010 | 100110100 | 111100 | 111000 |
Color Harmonies of #D24DC1
Complementary color
Monochromatic Colors of #D24DC1
Black with #D24DC1
Text Example
Text Example
White with #D24DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DC1; }
p { color: rgb(210,77,193); }
H1.HeaderClassName
{
color: #D24DC1;
}
.AnyTagClassName
{
color: #D24DC1;
}
</style>
background-color css
<style>
a { background-color: #D24DC1; }
a { background-color: rgb(210,77,193); }
div.DivClassName
{
background-color: #D24DC1;
}
.BgClassName
{
background-color: #D24DC1;
}
</style>
border-color css
<style>
span { border-color: #D24DC1; }
span { border-color: rgb(210,77,193); }
td.TdClassName
{
border-color: #D24DC1;
}
.TagClassName
{
border-color: #D24DC1;
}
</style>