Shades of Fuchsia #D24BB5
Tints of Fuchsia #D24BB5
RGB
CMYK
RGB Variations
Color information
#D24BB5 (or 0xD24BB5) is known color: Fuchsia. HEX triplet: D2, 4B and B5. RGB value is (210,75,181). Sum of RGB (Red+Green+Blue) = 210+75+181=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BB5 is #2DB44A. Grayscale: #7F7F7F. Windows color (decimal): -2995275 or 11881426. OLE color: 11881426.
HSL color Cylindrical-coordinate representation of color #D24BB5: hue angle of 312.89º 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 #D24BB5 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 181 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.18 |
| HSL | 312.89º | 0.6% | 0.56% | - |
| HSV(B) | 312.89º | 0.64% | 0.82% | - |
| XYZ | 37.43 | 22.07 | 46 | - |
| YUV | 127.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 181 | 0 | 0.64 | 0.14 | 0.18 | 312.89 | 0.6 | 0.56 |
| Hex | D2 | 4B | B5 | 0 | 40 | E | 12 | 139 | 3C | 38 |
| Octal | 322 | 113 | 265 | 0 | 100 | 16 | 22 | 471 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10110101 | 0 | 1000000 | 1110 | 10010 | 100111001 | 111100 | 111000 |
Color Harmonies of #D24BB5
Complementary color
Monochromatic Colors of #D24BB5
Black with #D24BB5
Text Example
Text Example
White with #D24BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BB5; }
p { color: rgb(210,75,181); }
H1.HeaderClassName
{
color: #D24BB5;
}
.AnyTagClassName
{
color: #D24BB5;
}
</style>
background-color css
<style>
a { background-color: #D24BB5; }
a { background-color: rgb(210,75,181); }
div.DivClassName
{
background-color: #D24BB5;
}
.BgClassName
{
background-color: #D24BB5;
}
</style>
border-color css
<style>
span { border-color: #D24BB5; }
span { border-color: rgb(210,75,181); }
td.TdClassName
{
border-color: #D24BB5;
}
.TagClassName
{
border-color: #D24BB5;
}
</style>