Shades of Fuchsia #D24BC0
Tints of Fuchsia #D24BC0
RGB
CMYK
RGB Variations
Color information
#D24BC0 (or 0xD24BC0) is known color: Fuchsia. HEX triplet: D2, 4B and C0. RGB value is (210,75,192). Sum of RGB (Red+Green+Blue) = 210+75+192=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BC0 is #2DB43F. Grayscale: #808080. Windows color (decimal): -2995264 or 12602322. OLE color: 12602322.
HSL color Cylindrical-coordinate representation of color #D24BC0: hue angle of 308º 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 #D24BC0 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 192 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.18 |
| HSL | 308º | 0.6% | 0.56% | - |
| HSV(B) | 308º | 0.64% | 0.82% | - |
| XYZ | 38.61 | 22.54 | 52.18 | - |
| YUV | 128.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 192 | 0 | 0.64 | 0.09 | 0.18 | 308 | 0.6 | 0.56 |
| Hex | D2 | 4B | C0 | 0 | 40 | 9 | 12 | 134 | 3C | 38 |
| Octal | 322 | 113 | 300 | 0 | 100 | 11 | 22 | 464 | 74 | 70 |
| Binary | 11010010 | 1001011 | 11000000 | 0 | 1000000 | 1001 | 10010 | 100110100 | 111100 | 111000 |
Color Harmonies of #D24BC0
Complementary color
Monochromatic Colors of #D24BC0
Black with #D24BC0
Text Example
Text Example
White with #D24BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BC0; }
p { color: rgb(210,75,192); }
H1.HeaderClassName
{
color: #D24BC0;
}
.AnyTagClassName
{
color: #D24BC0;
}
</style>
background-color css
<style>
a { background-color: #D24BC0; }
a { background-color: rgb(210,75,192); }
div.DivClassName
{
background-color: #D24BC0;
}
.BgClassName
{
background-color: #D24BC0;
}
</style>
border-color css
<style>
span { border-color: #D24BC0; }
span { border-color: rgb(210,75,192); }
td.TdClassName
{
border-color: #D24BC0;
}
.TagClassName
{
border-color: #D24BC0;
}
</style>