Shades of Fuchsia #D24BBC
Tints of Fuchsia #D24BBC
RGB
CMYK
RGB Variations
Color information
#D24BBC (or 0xD24BBC) is known color: Fuchsia. HEX triplet: D2, 4B and BC. RGB value is (210,75,188). Sum of RGB (Red+Green+Blue) = 210+75+188=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BBC is #2DB443. Grayscale: #7F7F7F. Windows color (decimal): -2995268 or 12340178. OLE color: 12340178.
HSL color Cylindrical-coordinate representation of color #D24BBC: hue angle of 309.78º 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 #D24BBC is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 188 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.18 |
| HSL | 309.78º | 0.6% | 0.56% | - |
| HSV(B) | 309.78º | 0.64% | 0.82% | - |
| XYZ | 38.17 | 22.36 | 49.88 | - |
| YUV | 128.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 188 | 0 | 0.64 | 0.10 | 0.18 | 309.78 | 0.6 | 0.56 |
| Hex | D2 | 4B | BC | 0 | 40 | A | 12 | 136 | 3C | 38 |
| Octal | 322 | 113 | 274 | 0 | 100 | 12 | 22 | 466 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10111100 | 0 | 1000000 | 1010 | 10010 | 100110110 | 111100 | 111000 |
Color Harmonies of #D24BBC
Complementary color
Monochromatic Colors of #D24BBC
Black with #D24BBC
Text Example
Text Example
White with #D24BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BBC; }
p { color: rgb(210,75,188); }
H1.HeaderClassName
{
color: #D24BBC;
}
.AnyTagClassName
{
color: #D24BBC;
}
</style>
background-color css
<style>
a { background-color: #D24BBC; }
a { background-color: rgb(210,75,188); }
div.DivClassName
{
background-color: #D24BBC;
}
.BgClassName
{
background-color: #D24BBC;
}
</style>
border-color css
<style>
span { border-color: #D24BBC; }
span { border-color: rgb(210,75,188); }
td.TdClassName
{
border-color: #D24BBC;
}
.TagClassName
{
border-color: #D24BBC;
}
</style>