Shades of Fuchsia #D232BE
Tints of Fuchsia #D232BE
RGB
CMYK
RGB Variations
Color information
#D232BE (or 0xD232BE) is known color: Fuchsia. HEX triplet: D2, 32 and BE. RGB value is (210,50,190). Sum of RGB (Red+Green+Blue) = 210+50+190=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D232BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232BE is #2DCD41. Grayscale: #717171. Windows color (decimal): -3001666 or 12464850. OLE color: 12464850.
HSL color Cylindrical-coordinate representation of color #D232BE: hue angle of 307.5º 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 #D232BE is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 190 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.18 |
| HSL | 307.5º | 0.64% | 0.51% | - |
| HSV(B) | 307.5º | 0.76% | 0.82% | - |
| XYZ | 37.01 | 19.7 | 50.57 | - |
| YUV | 113.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 190 | 0 | 0.76 | 0.10 | 0.18 | 307.5 | 0.64 | 0.51 |
| Hex | D2 | 32 | BE | 0 | 4C | A | 12 | 134 | 40 | 33 |
| Octal | 322 | 62 | 276 | 0 | 114 | 12 | 22 | 464 | 100 | 63 |
| Binary | 11010010 | 110010 | 10111110 | 0 | 1001100 | 1010 | 10010 | 100110100 | 1000000 | 110011 |
Color Harmonies of #D232BE
Complementary color
Monochromatic Colors of #D232BE
Black with #D232BE
Text Example
Text Example
White with #D232BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232BE; }
p { color: rgb(210,50,190); }
H1.HeaderClassName
{
color: #D232BE;
}
.AnyTagClassName
{
color: #D232BE;
}
</style>
background-color css
<style>
a { background-color: #D232BE; }
a { background-color: rgb(210,50,190); }
div.DivClassName
{
background-color: #D232BE;
}
.BgClassName
{
background-color: #D232BE;
}
</style>
border-color css
<style>
span { border-color: #D232BE; }
span { border-color: rgb(210,50,190); }
td.TdClassName
{
border-color: #D232BE;
}
.TagClassName
{
border-color: #D232BE;
}
</style>