Shades of Fuchsia #D232BF
Tints of Fuchsia #D232BF
RGB
CMYK
RGB Variations
Color information
#D232BF (or 0xD232BF) is known color: Fuchsia. HEX triplet: D2, 32 and BF. RGB value is (210,50,191). Sum of RGB (Red+Green+Blue) = 210+50+191=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D232BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232BF is #2DCD40. Grayscale: #717171. Windows color (decimal): -3001665 or 12530386. OLE color: 12530386.
HSL color Cylindrical-coordinate representation of color #D232BF: hue angle of 307.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232BF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 191 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.18 |
| HSL | 307.13º | 0.64% | 0.51% | - |
| HSV(B) | 307.13º | 0.76% | 0.82% | - |
| XYZ | 37.12 | 19.74 | 51.14 | - |
| YUV | 113.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 191 | 0 | 0.76 | 0.09 | 0.18 | 307.13 | 0.64 | 0.51 |
| Hex | D2 | 32 | BF | 0 | 4C | 9 | 12 | 133 | 40 | 33 |
| Octal | 322 | 62 | 277 | 0 | 114 | 11 | 22 | 463 | 100 | 63 |
| Binary | 11010010 | 110010 | 10111111 | 0 | 1001100 | 1001 | 10010 | 100110011 | 1000000 | 110011 |
Color Harmonies of #D232BF
Complementary color
Monochromatic Colors of #D232BF
Black with #D232BF
Text Example
Text Example
White with #D232BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232BF; }
p { color: rgb(210,50,191); }
H1.HeaderClassName
{
color: #D232BF;
}
.AnyTagClassName
{
color: #D232BF;
}
</style>
background-color css
<style>
a { background-color: #D232BF; }
a { background-color: rgb(210,50,191); }
div.DivClassName
{
background-color: #D232BF;
}
.BgClassName
{
background-color: #D232BF;
}
</style>
border-color css
<style>
span { border-color: #D232BF; }
span { border-color: rgb(210,50,191); }
td.TdClassName
{
border-color: #D232BF;
}
.TagClassName
{
border-color: #D232BF;
}
</style>