Shades of Fuchsia #D24CD0
Tints of Fuchsia #D24CD0
RGB
CMYK
RGB Variations
Color information
#D24CD0 (or 0xD24CD0) is known color: Fuchsia. HEX triplet: D2, 4C and D0. RGB value is (210,76,208). Sum of RGB (Red+Green+Blue) = 210+76+208=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CD0 is #2DB32F. Grayscale: #828282. Windows color (decimal): -2994992 or 13651154. OLE color: 13651154.
HSL color Cylindrical-coordinate representation of color #D24CD0: hue angle of 300.9º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24CD0 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 208 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.18 |
| HSL | 300.9º | 0.6% | 0.56% | - |
| HSV(B) | 300.9º | 0.64% | 0.82% | - |
| XYZ | 40.55 | 23.42 | 62.06 | - |
| YUV | 131.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 208 | 0 | 0.64 | 0.01 | 0.18 | 300.9 | 0.6 | 0.56 |
| Hex | D2 | 4C | D0 | 0 | 40 | 1 | 12 | 12D | 3C | 38 |
| Octal | 322 | 114 | 320 | 0 | 100 | 1 | 22 | 455 | 74 | 70 |
| Binary | 11010010 | 1001100 | 11010000 | 0 | 1000000 | 1 | 10010 | 100101101 | 111100 | 111000 |
Color Harmonies of #D24CD0
Complementary color
Monochromatic Colors of #D24CD0
Black with #D24CD0
Text Example
Text Example
White with #D24CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CD0; }
p { color: rgb(210,76,208); }
H1.HeaderClassName
{
color: #D24CD0;
}
.AnyTagClassName
{
color: #D24CD0;
}
</style>
background-color css
<style>
a { background-color: #D24CD0; }
a { background-color: rgb(210,76,208); }
div.DivClassName
{
background-color: #D24CD0;
}
.BgClassName
{
background-color: #D24CD0;
}
</style>
border-color css
<style>
span { border-color: #D24CD0; }
span { border-color: rgb(210,76,208); }
td.TdClassName
{
border-color: #D24CD0;
}
.TagClassName
{
border-color: #D24CD0;
}
</style>