Shades of Fuchsia #D24BAF
Tints of Fuchsia #D24BAF
RGB
CMYK
RGB Variations
Color information
#D24BAF (or 0xD24BAF) is known color: Fuchsia. HEX triplet: D2, 4B and AF. RGB value is (210,75,175). Sum of RGB (Red+Green+Blue) = 210+75+175=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BAF is #2DB450. Grayscale: #7E7E7E. Windows color (decimal): -2995281 or 11488210. OLE color: 11488210.
HSL color Cylindrical-coordinate representation of color #D24BAF: hue angle of 315.56º 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 #D24BAF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 175 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.18 |
| HSL | 315.56º | 0.6% | 0.56% | - |
| HSV(B) | 315.56º | 0.64% | 0.82% | - |
| XYZ | 36.83 | 21.83 | 42.83 | - |
| YUV | 126.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 175 | 0 | 0.64 | 0.17 | 0.18 | 315.56 | 0.6 | 0.56 |
| Hex | D2 | 4B | AF | 0 | 40 | 11 | 12 | 13C | 3C | 38 |
| Octal | 322 | 113 | 257 | 0 | 100 | 21 | 22 | 474 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10101111 | 0 | 1000000 | 10001 | 10010 | 100111100 | 111100 | 111000 |
Color Harmonies of #D24BAF
Complementary color
Monochromatic Colors of #D24BAF
Black with #D24BAF
Text Example
Text Example
White with #D24BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BAF; }
p { color: rgb(210,75,175); }
H1.HeaderClassName
{
color: #D24BAF;
}
.AnyTagClassName
{
color: #D24BAF;
}
</style>
background-color css
<style>
a { background-color: #D24BAF; }
a { background-color: rgb(210,75,175); }
div.DivClassName
{
background-color: #D24BAF;
}
.BgClassName
{
background-color: #D24BAF;
}
</style>
border-color css
<style>
span { border-color: #D24BAF; }
span { border-color: rgb(210,75,175); }
td.TdClassName
{
border-color: #D24BAF;
}
.TagClassName
{
border-color: #D24BAF;
}
</style>