Shades of Fuchsia #D24BCF
Tints of Fuchsia #D24BCF
RGB
CMYK
RGB Variations
Color information
#D24BCF (or 0xD24BCF) is known color: Fuchsia. HEX triplet: D2, 4B and CF. RGB value is (210,75,207). Sum of RGB (Red+Green+Blue) = 210+75+207=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BCF is #2DB430. Grayscale: #828282. Windows color (decimal): -2995249 or 13585362. OLE color: 13585362.
HSL color Cylindrical-coordinate representation of color #D24BCF: hue angle of 301.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 #D24BCF is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 207 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.18 |
| HSL | 301.33º | 0.6% | 0.56% | - |
| HSV(B) | 301.33º | 0.64% | 0.82% | - |
| XYZ | 40.36 | 23.24 | 61.39 | - |
| YUV | 130.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 207 | 0 | 0.64 | 0.01 | 0.18 | 301.33 | 0.6 | 0.56 |
| Hex | D2 | 4B | CF | 0 | 40 | 1 | 12 | 12D | 3C | 38 |
| Octal | 322 | 113 | 317 | 0 | 100 | 1 | 22 | 455 | 74 | 70 |
| Binary | 11010010 | 1001011 | 11001111 | 0 | 1000000 | 1 | 10010 | 100101101 | 111100 | 111000 |
Color Harmonies of #D24BCF
Complementary color
Monochromatic Colors of #D24BCF
Black with #D24BCF
Text Example
Text Example
White with #D24BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BCF; }
p { color: rgb(210,75,207); }
H1.HeaderClassName
{
color: #D24BCF;
}
.AnyTagClassName
{
color: #D24BCF;
}
</style>
background-color css
<style>
a { background-color: #D24BCF; }
a { background-color: rgb(210,75,207); }
div.DivClassName
{
background-color: #D24BCF;
}
.BgClassName
{
background-color: #D24BCF;
}
</style>
border-color css
<style>
span { border-color: #D24BCF; }
span { border-color: rgb(210,75,207); }
td.TdClassName
{
border-color: #D24BCF;
}
.TagClassName
{
border-color: #D24BCF;
}
</style>