Shades of Fuchsia #D23BC1
Tints of Fuchsia #D23BC1
RGB
CMYK
RGB Variations
Color information
#D23BC1 (or 0xD23BC1) is known color: Fuchsia. HEX triplet: D2, 3B and C1. RGB value is (210,59,193). Sum of RGB (Red+Green+Blue) = 210+59+193=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BC1 is #2DC43E. Grayscale: #777777. Windows color (decimal): -2999359 or 12663762. OLE color: 12663762.
HSL color Cylindrical-coordinate representation of color #D23BC1: hue angle of 306.75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BC1 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 193 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.18 |
| HSL | 306.76º | 0.63% | 0.53% | - |
| HSV(B) | 306.76º | 0.72% | 0.82% | - |
| XYZ | 37.77 | 20.68 | 52.45 | - |
| YUV | 119.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 193 | 0 | 0.72 | 0.08 | 0.18 | 306.76 | 0.63 | 0.53 |
| Hex | D2 | 3B | C1 | 0 | 48 | 8 | 12 | 133 | 3F | 35 |
| Octal | 322 | 73 | 301 | 0 | 110 | 10 | 22 | 463 | 77 | 65 |
| Binary | 11010010 | 111011 | 11000001 | 0 | 1001000 | 1000 | 10010 | 100110011 | 111111 | 110101 |
Color Harmonies of #D23BC1
Complementary color
Monochromatic Colors of #D23BC1
Black with #D23BC1
Text Example
Text Example
White with #D23BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BC1; }
p { color: rgb(210,59,193); }
H1.HeaderClassName
{
color: #D23BC1;
}
.AnyTagClassName
{
color: #D23BC1;
}
</style>
background-color css
<style>
a { background-color: #D23BC1; }
a { background-color: rgb(210,59,193); }
div.DivClassName
{
background-color: #D23BC1;
}
.BgClassName
{
background-color: #D23BC1;
}
</style>
border-color css
<style>
span { border-color: #D23BC1; }
span { border-color: rgb(210,59,193); }
td.TdClassName
{
border-color: #D23BC1;
}
.TagClassName
{
border-color: #D23BC1;
}
</style>