Shades of Fuchsia #D238C9
Tints of Fuchsia #D238C9
RGB
CMYK
RGB Variations
Color information
#D238C9 (or 0xD238C9) is known color: Fuchsia. HEX triplet: D2, 38 and C9. RGB value is (210,56,201). Sum of RGB (Red+Green+Blue) = 210+56+201=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D238C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238C9 is #2DC736. Grayscale: #767676. Windows color (decimal): -3000119 or 13187282. OLE color: 13187282.
HSL color Cylindrical-coordinate representation of color #D238C9: hue angle of 303.51º 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 #D238C9 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 201 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.18 |
| HSL | 303.51º | 0.63% | 0.52% | - |
| HSV(B) | 303.51º | 0.73% | 0.82% | - |
| XYZ | 38.54 | 20.75 | 57.23 | - |
| YUV | 118.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 201 | 0 | 0.73 | 0.04 | 0.18 | 303.51 | 0.63 | 0.52 |
| Hex | D2 | 38 | C9 | 0 | 49 | 4 | 12 | 130 | 3F | 34 |
| Octal | 322 | 70 | 311 | 0 | 111 | 4 | 22 | 460 | 77 | 64 |
| Binary | 11010010 | 111000 | 11001001 | 0 | 1001001 | 100 | 10010 | 100110000 | 111111 | 110100 |
Color Harmonies of #D238C9
Complementary color
Monochromatic Colors of #D238C9
Black with #D238C9
Text Example
Text Example
White with #D238C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238C9; }
p { color: rgb(210,56,201); }
H1.HeaderClassName
{
color: #D238C9;
}
.AnyTagClassName
{
color: #D238C9;
}
</style>
background-color css
<style>
a { background-color: #D238C9; }
a { background-color: rgb(210,56,201); }
div.DivClassName
{
background-color: #D238C9;
}
.BgClassName
{
background-color: #D238C9;
}
</style>
border-color css
<style>
span { border-color: #D238C9; }
span { border-color: rgb(210,56,201); }
td.TdClassName
{
border-color: #D238C9;
}
.TagClassName
{
border-color: #D238C9;
}
</style>