Shades of Fuchsia #D238C8
Tints of Fuchsia #D238C8
RGB
CMYK
RGB Variations
Color information
#D238C8 (or 0xD238C8) is known color: Fuchsia. HEX triplet: D2, 38 and C8. RGB value is (210,56,200). Sum of RGB (Red+Green+Blue) = 210+56+200=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D238C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238C8 is #2DC737. Grayscale: #767676. Windows color (decimal): -3000120 or 13121746. OLE color: 13121746.
HSL color Cylindrical-coordinate representation of color #D238C8: hue angle of 303.9º 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 #D238C8 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 200 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.18 |
| HSL | 303.9º | 0.63% | 0.52% | - |
| HSV(B) | 303.9º | 0.73% | 0.82% | - |
| XYZ | 38.42 | 20.7 | 56.61 | - |
| YUV | 118.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 200 | 0 | 0.73 | 0.05 | 0.18 | 303.9 | 0.63 | 0.52 |
| Hex | D2 | 38 | C8 | 0 | 49 | 5 | 12 | 130 | 3F | 34 |
| Octal | 322 | 70 | 310 | 0 | 111 | 5 | 22 | 460 | 77 | 64 |
| Binary | 11010010 | 111000 | 11001000 | 0 | 1001001 | 101 | 10010 | 100110000 | 111111 | 110100 |
Color Harmonies of #D238C8
Complementary color
Monochromatic Colors of #D238C8
Black with #D238C8
Text Example
Text Example
White with #D238C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238C8; }
p { color: rgb(210,56,200); }
H1.HeaderClassName
{
color: #D238C8;
}
.AnyTagClassName
{
color: #D238C8;
}
</style>
background-color css
<style>
a { background-color: #D238C8; }
a { background-color: rgb(210,56,200); }
div.DivClassName
{
background-color: #D238C8;
}
.BgClassName
{
background-color: #D238C8;
}
</style>
border-color css
<style>
span { border-color: #D238C8; }
span { border-color: rgb(210,56,200); }
td.TdClassName
{
border-color: #D238C8;
}
.TagClassName
{
border-color: #D238C8;
}
</style>