Shades of Fuchsia #D23BBC
Tints of Fuchsia #D23BBC
RGB
CMYK
RGB Variations
Color information
#D23BBC (or 0xD23BBC) is known color: Fuchsia. HEX triplet: D2, 3B and BC. RGB value is (210,59,188). Sum of RGB (Red+Green+Blue) = 210+59+188=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BBC is #2DC443. Grayscale: #767676. Windows color (decimal): -2999364 or 12336082. OLE color: 12336082.
HSL color Cylindrical-coordinate representation of color #D23BBC: hue angle of 308.74º 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 #D23BBC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 188 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308.74º | 0.63% | 0.53% | - |
| HSV(B) | 308.74º | 0.72% | 0.82% | - |
| XYZ | 37.22 | 20.46 | 49.56 | - |
| YUV | 118.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 188 | 0 | 0.72 | 0.10 | 0.18 | 308.74 | 0.63 | 0.53 |
| Hex | D2 | 3B | BC | 0 | 48 | A | 12 | 135 | 3F | 35 |
| Octal | 322 | 73 | 274 | 0 | 110 | 12 | 22 | 465 | 77 | 65 |
| Binary | 11010010 | 111011 | 10111100 | 0 | 1001000 | 1010 | 10010 | 100110101 | 111111 | 110101 |
Color Harmonies of #D23BBC
Complementary color
Monochromatic Colors of #D23BBC
Black with #D23BBC
Text Example
Text Example
White with #D23BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BBC; }
p { color: rgb(210,59,188); }
H1.HeaderClassName
{
color: #D23BBC;
}
.AnyTagClassName
{
color: #D23BBC;
}
</style>
background-color css
<style>
a { background-color: #D23BBC; }
a { background-color: rgb(210,59,188); }
div.DivClassName
{
background-color: #D23BBC;
}
.BgClassName
{
background-color: #D23BBC;
}
</style>
border-color css
<style>
span { border-color: #D23BBC; }
span { border-color: rgb(210,59,188); }
td.TdClassName
{
border-color: #D23BBC;
}
.TagClassName
{
border-color: #D23BBC;
}
</style>