Shades of Fuchsia #D24CBB
Tints of Fuchsia #D24CBB
RGB
CMYK
RGB Variations
Color information
#D24CBB (or 0xD24CBB) is known color: Fuchsia. HEX triplet: D2, 4C and BB. RGB value is (210,76,187). Sum of RGB (Red+Green+Blue) = 210+76+187=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CBB is #2DB344. Grayscale: #808080. Windows color (decimal): -2995013 or 12274898. OLE color: 12274898.
HSL color Cylindrical-coordinate representation of color #D24CBB: hue angle of 310.3º 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 #D24CBB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 187 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.18 |
| HSL | 310.3º | 0.6% | 0.56% | - |
| HSV(B) | 310.3º | 0.64% | 0.82% | - |
| XYZ | 38.13 | 22.46 | 49.34 | - |
| YUV | 128.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 187 | 0 | 0.64 | 0.11 | 0.18 | 310.3 | 0.6 | 0.56 |
| Hex | D2 | 4C | BB | 0 | 40 | B | 12 | 136 | 3C | 38 |
| Octal | 322 | 114 | 273 | 0 | 100 | 13 | 22 | 466 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10111011 | 0 | 1000000 | 1011 | 10010 | 100110110 | 111100 | 111000 |
Color Harmonies of #D24CBB
Complementary color
Monochromatic Colors of #D24CBB
Black with #D24CBB
Text Example
Text Example
White with #D24CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CBB; }
p { color: rgb(210,76,187); }
H1.HeaderClassName
{
color: #D24CBB;
}
.AnyTagClassName
{
color: #D24CBB;
}
</style>
background-color css
<style>
a { background-color: #D24CBB; }
a { background-color: rgb(210,76,187); }
div.DivClassName
{
background-color: #D24CBB;
}
.BgClassName
{
background-color: #D24CBB;
}
</style>
border-color css
<style>
span { border-color: #D24CBB; }
span { border-color: rgb(210,76,187); }
td.TdClassName
{
border-color: #D24CBB;
}
.TagClassName
{
border-color: #D24CBB;
}
</style>