Shades of Fuchsia #D23BB7
Tints of Fuchsia #D23BB7
RGB
CMYK
RGB Variations
Color information
#D23BB7 (or 0xD23BB7) is known color: Fuchsia. HEX triplet: D2, 3B and B7. RGB value is (210,59,183). Sum of RGB (Red+Green+Blue) = 210+59+183=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BB7 is #2DC448. Grayscale: #757575. Windows color (decimal): -2999369 or 12008402. OLE color: 12008402.
HSL color Cylindrical-coordinate representation of color #D23BB7: hue angle of 310.73º 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 #D23BB7 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 183 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.18 |
| HSL | 310.73º | 0.63% | 0.53% | - |
| HSV(B) | 310.73º | 0.72% | 0.82% | - |
| XYZ | 36.69 | 20.25 | 46.77 | - |
| YUV | 118.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 183 | 0 | 0.72 | 0.13 | 0.18 | 310.73 | 0.63 | 0.53 |
| Hex | D2 | 3B | B7 | 0 | 48 | D | 12 | 137 | 3F | 35 |
| Octal | 322 | 73 | 267 | 0 | 110 | 15 | 22 | 467 | 77 | 65 |
| Binary | 11010010 | 111011 | 10110111 | 0 | 1001000 | 1101 | 10010 | 100110111 | 111111 | 110101 |
Color Harmonies of #D23BB7
Complementary color
Monochromatic Colors of #D23BB7
Black with #D23BB7
Text Example
Text Example
White with #D23BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BB7; }
p { color: rgb(210,59,183); }
H1.HeaderClassName
{
color: #D23BB7;
}
.AnyTagClassName
{
color: #D23BB7;
}
</style>
background-color css
<style>
a { background-color: #D23BB7; }
a { background-color: rgb(210,59,183); }
div.DivClassName
{
background-color: #D23BB7;
}
.BgClassName
{
background-color: #D23BB7;
}
</style>
border-color css
<style>
span { border-color: #D23BB7; }
span { border-color: rgb(210,59,183); }
td.TdClassName
{
border-color: #D23BB7;
}
.TagClassName
{
border-color: #D23BB7;
}
</style>