Shades of Fuchsia #D238BE
Tints of Fuchsia #D238BE
RGB
CMYK
RGB Variations
Color information
#D238BE (or 0xD238BE) is known color: Fuchsia. HEX triplet: D2, 38 and BE. RGB value is (210,56,190). Sum of RGB (Red+Green+Blue) = 210+56+190=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D238BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238BE is #2DC741. Grayscale: #747474. Windows color (decimal): -3000130 or 12466386. OLE color: 12466386.
HSL color Cylindrical-coordinate representation of color #D238BE: hue angle of 307.79º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D238BE is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 190 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.18 |
| HSL | 307.79º | 0.63% | 0.52% | - |
| HSV(B) | 307.79º | 0.73% | 0.82% | - |
| XYZ | 37.29 | 20.25 | 50.66 | - |
| YUV | 117.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 190 | 0 | 0.73 | 0.10 | 0.18 | 307.79 | 0.63 | 0.52 |
| Hex | D2 | 38 | BE | 0 | 49 | A | 12 | 134 | 3F | 34 |
| Octal | 322 | 70 | 276 | 0 | 111 | 12 | 22 | 464 | 77 | 64 |
| Binary | 11010010 | 111000 | 10111110 | 0 | 1001001 | 1010 | 10010 | 100110100 | 111111 | 110100 |
Color Harmonies of #D238BE
Complementary color
Monochromatic Colors of #D238BE
Black with #D238BE
Text Example
Text Example
White with #D238BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238BE; }
p { color: rgb(210,56,190); }
H1.HeaderClassName
{
color: #D238BE;
}
.AnyTagClassName
{
color: #D238BE;
}
</style>
background-color css
<style>
a { background-color: #D238BE; }
a { background-color: rgb(210,56,190); }
div.DivClassName
{
background-color: #D238BE;
}
.BgClassName
{
background-color: #D238BE;
}
</style>
border-color css
<style>
span { border-color: #D238BE; }
span { border-color: rgb(210,56,190); }
td.TdClassName
{
border-color: #D238BE;
}
.TagClassName
{
border-color: #D238BE;
}
</style>