Shades of Fuchsia #D24CB0
Tints of Fuchsia #D24CB0
RGB
CMYK
RGB Variations
Color information
#D24CB0 (or 0xD24CB0) is known color: Fuchsia. HEX triplet: D2, 4C and B0. RGB value is (210,76,176). Sum of RGB (Red+Green+Blue) = 210+76+176=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CB0 is #2DB34F. Grayscale: #7F7F7F. Windows color (decimal): -2995024 or 11554002. OLE color: 11554002.
HSL color Cylindrical-coordinate representation of color #D24CB0: hue angle of 315.22º 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 #D24CB0 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 176 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.18 |
| HSL | 315.22º | 0.6% | 0.56% | - |
| HSV(B) | 315.22º | 0.64% | 0.82% | - |
| XYZ | 37 | 22.01 | 43.37 | - |
| YUV | 127.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 176 | 0 | 0.64 | 0.16 | 0.18 | 315.22 | 0.6 | 0.56 |
| Hex | D2 | 4C | B0 | 0 | 40 | 10 | 12 | 13B | 3C | 38 |
| Octal | 322 | 114 | 260 | 0 | 100 | 20 | 22 | 473 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10110000 | 0 | 1000000 | 10000 | 10010 | 100111011 | 111100 | 111000 |
Color Harmonies of #D24CB0
Complementary color
Monochromatic Colors of #D24CB0
Black with #D24CB0
Text Example
Text Example
White with #D24CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CB0; }
p { color: rgb(210,76,176); }
H1.HeaderClassName
{
color: #D24CB0;
}
.AnyTagClassName
{
color: #D24CB0;
}
</style>
background-color css
<style>
a { background-color: #D24CB0; }
a { background-color: rgb(210,76,176); }
div.DivClassName
{
background-color: #D24CB0;
}
.BgClassName
{
background-color: #D24CB0;
}
</style>
border-color css
<style>
span { border-color: #D24CB0; }
span { border-color: rgb(210,76,176); }
td.TdClassName
{
border-color: #D24CB0;
}
.TagClassName
{
border-color: #D24CB0;
}
</style>