Shades of Fuchsia #D24BB4
Tints of Fuchsia #D24BB4
RGB
CMYK
RGB Variations
Color information
#D24BB4 (or 0xD24BB4) is known color: Fuchsia. HEX triplet: D2, 4B and B4. RGB value is (210,75,180). Sum of RGB (Red+Green+Blue) = 210+75+180=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BB4 is #2DB44B. Grayscale: #7F7F7F. Windows color (decimal): -2995276 or 11815890. OLE color: 11815890.
HSL color Cylindrical-coordinate representation of color #D24BB4: hue angle of 313.33º 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 #D24BB4 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 180 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.18 |
| HSL | 313.33º | 0.6% | 0.56% | - |
| HSV(B) | 313.33º | 0.64% | 0.82% | - |
| XYZ | 37.33 | 22.03 | 45.46 | - |
| YUV | 127.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 180 | 0 | 0.64 | 0.14 | 0.18 | 313.33 | 0.6 | 0.56 |
| Hex | D2 | 4B | B4 | 0 | 40 | E | 12 | 139 | 3C | 38 |
| Octal | 322 | 113 | 264 | 0 | 100 | 16 | 22 | 471 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10110100 | 0 | 1000000 | 1110 | 10010 | 100111001 | 111100 | 111000 |
Color Harmonies of #D24BB4
Complementary color
Monochromatic Colors of #D24BB4
Black with #D24BB4
Text Example
Text Example
White with #D24BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BB4; }
p { color: rgb(210,75,180); }
H1.HeaderClassName
{
color: #D24BB4;
}
.AnyTagClassName
{
color: #D24BB4;
}
</style>
background-color css
<style>
a { background-color: #D24BB4; }
a { background-color: rgb(210,75,180); }
div.DivClassName
{
background-color: #D24BB4;
}
.BgClassName
{
background-color: #D24BB4;
}
</style>
border-color css
<style>
span { border-color: #D24BB4; }
span { border-color: rgb(210,75,180); }
td.TdClassName
{
border-color: #D24BB4;
}
.TagClassName
{
border-color: #D24BB4;
}
</style>