Shades of Fuchsia #D24FB3
Tints of Fuchsia #D24FB3
RGB
CMYK
RGB Variations
Color information
#D24FB3 (or 0xD24FB3) is known color: Fuchsia. HEX triplet: D2, 4F and B3. RGB value is (210,79,179). Sum of RGB (Red+Green+Blue) = 210+79+179=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB3 is #2DB04C. Grayscale: #818181. Windows color (decimal): -2994253 or 11751378. OLE color: 11751378.
HSL color Cylindrical-coordinate representation of color #D24FB3: hue angle of 314.2º 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 #D24FB3 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 179 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.18 |
| HSL | 314.2º | 0.59% | 0.57% | - |
| HSV(B) | 314.2º | 0.62% | 0.82% | - |
| XYZ | 37.51 | 22.55 | 45.02 | - |
| YUV | 129.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 179 | 0 | 0.62 | 0.15 | 0.18 | 314.2 | 0.59 | 0.57 |
| Hex | D2 | 4F | B3 | 0 | 3E | F | 12 | 13A | 3B | 39 |
| Octal | 322 | 117 | 263 | 0 | 76 | 17 | 22 | 472 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10110011 | 0 | 111110 | 1111 | 10010 | 100111010 | 111011 | 111001 |
Color Harmonies of #D24FB3
Complementary color
Monochromatic Colors of #D24FB3
Black with #D24FB3
Text Example
Text Example
White with #D24FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FB3; }
p { color: rgb(210,79,179); }
H1.HeaderClassName
{
color: #D24FB3;
}
.AnyTagClassName
{
color: #D24FB3;
}
</style>
background-color css
<style>
a { background-color: #D24FB3; }
a { background-color: rgb(210,79,179); }
div.DivClassName
{
background-color: #D24FB3;
}
.BgClassName
{
background-color: #D24FB3;
}
</style>
border-color css
<style>
span { border-color: #D24FB3; }
span { border-color: rgb(210,79,179); }
td.TdClassName
{
border-color: #D24FB3;
}
.TagClassName
{
border-color: #D24FB3;
}
</style>