Shades of Fuchsia #D24BC2
Tints of Fuchsia #D24BC2
RGB
CMYK
RGB Variations
Color information
#D24BC2 (or 0xD24BC2) is known color: Fuchsia. HEX triplet: D2, 4B and C2. RGB value is (210,75,194). Sum of RGB (Red+Green+Blue) = 210+75+194=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BC2 is #2DB43D. Grayscale: #808080. Windows color (decimal): -2995262 or 12733394. OLE color: 12733394.
HSL color Cylindrical-coordinate representation of color #D24BC2: hue angle of 307.11º 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 #D24BC2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 194 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.18 |
| HSL | 307.11º | 0.6% | 0.56% | - |
| HSV(B) | 307.11º | 0.64% | 0.82% | - |
| XYZ | 38.83 | 22.63 | 53.36 | - |
| YUV | 128.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 194 | 0 | 0.64 | 0.08 | 0.18 | 307.11 | 0.6 | 0.56 |
| Hex | D2 | 4B | C2 | 0 | 40 | 8 | 12 | 133 | 3C | 38 |
| Octal | 322 | 113 | 302 | 0 | 100 | 10 | 22 | 463 | 74 | 70 |
| Binary | 11010010 | 1001011 | 11000010 | 0 | 1000000 | 1000 | 10010 | 100110011 | 111100 | 111000 |
Color Harmonies of #D24BC2
Complementary color
Monochromatic Colors of #D24BC2
Black with #D24BC2
Text Example
Text Example
White with #D24BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BC2; }
p { color: rgb(210,75,194); }
H1.HeaderClassName
{
color: #D24BC2;
}
.AnyTagClassName
{
color: #D24BC2;
}
</style>
background-color css
<style>
a { background-color: #D24BC2; }
a { background-color: rgb(210,75,194); }
div.DivClassName
{
background-color: #D24BC2;
}
.BgClassName
{
background-color: #D24BC2;
}
</style>
border-color css
<style>
span { border-color: #D24BC2; }
span { border-color: rgb(210,75,194); }
td.TdClassName
{
border-color: #D24BC2;
}
.TagClassName
{
border-color: #D24BC2;
}
</style>