Shades of Fuchsia #D24FB2
Tints of Fuchsia #D24FB2
RGB
CMYK
RGB Variations
Color information
#D24FB2 (or 0xD24FB2) is known color: Fuchsia. HEX triplet: D2, 4F and B2. RGB value is (210,79,178). Sum of RGB (Red+Green+Blue) = 210+79+178=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FB2 is #2DB04D. Grayscale: #818181. Windows color (decimal): -2994254 or 11685842. OLE color: 11685842.
HSL color Cylindrical-coordinate representation of color #D24FB2: hue angle of 314.66º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FB2 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 178 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.18 |
| HSL | 314.66º | 0.59% | 0.57% | - |
| HSV(B) | 314.66º | 0.62% | 0.82% | - |
| XYZ | 37.41 | 22.51 | 44.49 | - |
| YUV | 129.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 178 | 0 | 0.62 | 0.15 | 0.18 | 314.66 | 0.59 | 0.57 |
| Hex | D2 | 4F | B2 | 0 | 3E | F | 12 | 13B | 3B | 39 |
| Octal | 322 | 117 | 262 | 0 | 76 | 17 | 22 | 473 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10110010 | 0 | 111110 | 1111 | 10010 | 100111011 | 111011 | 111001 |
Color Harmonies of #D24FB2
Complementary color
Monochromatic Colors of #D24FB2
Black with #D24FB2
Text Example
Text Example
White with #D24FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FB2; }
p { color: rgb(210,79,178); }
H1.HeaderClassName
{
color: #D24FB2;
}
.AnyTagClassName
{
color: #D24FB2;
}
</style>
background-color css
<style>
a { background-color: #D24FB2; }
a { background-color: rgb(210,79,178); }
div.DivClassName
{
background-color: #D24FB2;
}
.BgClassName
{
background-color: #D24FB2;
}
</style>
border-color css
<style>
span { border-color: #D24FB2; }
span { border-color: rgb(210,79,178); }
td.TdClassName
{
border-color: #D24FB2;
}
.TagClassName
{
border-color: #D24FB2;
}
</style>