Shades of Fuchsia #D23CBC
Tints of Fuchsia #D23CBC
RGB
CMYK
RGB Variations
Color information
#D23CBC (or 0xD23CBC) is known color: Fuchsia. HEX triplet: D2, 3C and BC. RGB value is (210,60,188). Sum of RGB (Red+Green+Blue) = 210+60+188=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CBC is #2DC343. Grayscale: #777777. Windows color (decimal): -2999108 or 12336338. OLE color: 12336338.
HSL color Cylindrical-coordinate representation of color #D23CBC: hue angle of 308.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CBC is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 188 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.18 |
| HSL | 308.8º | 0.63% | 0.53% | - |
| HSV(B) | 308.8º | 0.71% | 0.82% | - |
| XYZ | 37.27 | 20.56 | 49.58 | - |
| YUV | 119.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 188 | 0 | 0.71 | 0.10 | 0.18 | 308.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | BC | 0 | 47 | A | 12 | 135 | 3E | 35 |
| Octal | 322 | 74 | 274 | 0 | 107 | 12 | 22 | 465 | 76 | 65 |
| Binary | 11010010 | 111100 | 10111100 | 0 | 1000111 | 1010 | 10010 | 100110101 | 111110 | 110101 |
Color Harmonies of #D23CBC
Complementary color
Monochromatic Colors of #D23CBC
Black with #D23CBC
Text Example
Text Example
White with #D23CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CBC; }
p { color: rgb(210,60,188); }
H1.HeaderClassName
{
color: #D23CBC;
}
.AnyTagClassName
{
color: #D23CBC;
}
</style>
background-color css
<style>
a { background-color: #D23CBC; }
a { background-color: rgb(210,60,188); }
div.DivClassName
{
background-color: #D23CBC;
}
.BgClassName
{
background-color: #D23CBC;
}
</style>
border-color css
<style>
span { border-color: #D23CBC; }
span { border-color: rgb(210,60,188); }
td.TdClassName
{
border-color: #D23CBC;
}
.TagClassName
{
border-color: #D23CBC;
}
</style>