Shades of Fuchsia #D23BC5
Tints of Fuchsia #D23BC5
RGB
CMYK
RGB Variations
Color information
#D23BC5 (or 0xD23BC5) is known color: Fuchsia. HEX triplet: D2, 3B and C5. RGB value is (210,59,197). Sum of RGB (Red+Green+Blue) = 210+59+197=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BC5 is #2DC43A. Grayscale: #777777. Windows color (decimal): -2999355 or 12925906. OLE color: 12925906.
HSL color Cylindrical-coordinate representation of color #D23BC5: hue angle of 305.17º 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 #D23BC5 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 197 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.18 |
| HSL | 305.17º | 0.63% | 0.53% | - |
| HSV(B) | 305.17º | 0.72% | 0.82% | - |
| XYZ | 38.22 | 20.86 | 54.84 | - |
| YUV | 119.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 197 | 0 | 0.72 | 0.06 | 0.18 | 305.17 | 0.63 | 0.53 |
| Hex | D2 | 3B | C5 | 0 | 48 | 6 | 12 | 131 | 3F | 35 |
| Octal | 322 | 73 | 305 | 0 | 110 | 6 | 22 | 461 | 77 | 65 |
| Binary | 11010010 | 111011 | 11000101 | 0 | 1001000 | 110 | 10010 | 100110001 | 111111 | 110101 |
Color Harmonies of #D23BC5
Complementary color
Monochromatic Colors of #D23BC5
Black with #D23BC5
Text Example
Text Example
White with #D23BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BC5; }
p { color: rgb(210,59,197); }
H1.HeaderClassName
{
color: #D23BC5;
}
.AnyTagClassName
{
color: #D23BC5;
}
</style>
background-color css
<style>
a { background-color: #D23BC5; }
a { background-color: rgb(210,59,197); }
div.DivClassName
{
background-color: #D23BC5;
}
.BgClassName
{
background-color: #D23BC5;
}
</style>
border-color css
<style>
span { border-color: #D23BC5; }
span { border-color: rgb(210,59,197); }
td.TdClassName
{
border-color: #D23BC5;
}
.TagClassName
{
border-color: #D23BC5;
}
</style>