Shades of Fuchsia #D238B8
Tints of Fuchsia #D238B8
RGB
CMYK
RGB Variations
Color information
#D238B8 (or 0xD238B8) is known color: Fuchsia. HEX triplet: D2, 38 and B8. RGB value is (210,56,184). Sum of RGB (Red+Green+Blue) = 210+56+184=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D238B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238B8 is #2DC747. Grayscale: #747474. Windows color (decimal): -3000136 or 12073170. OLE color: 12073170.
HSL color Cylindrical-coordinate representation of color #D238B8: hue angle of 310.13º 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 #D238B8 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 184 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.18 |
| HSL | 310.13º | 0.63% | 0.52% | - |
| HSV(B) | 310.13º | 0.73% | 0.82% | - |
| XYZ | 36.64 | 19.99 | 47.27 | - |
| YUV | 116.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 184 | 0 | 0.73 | 0.12 | 0.18 | 310.13 | 0.63 | 0.52 |
| Hex | D2 | 38 | B8 | 0 | 49 | C | 12 | 136 | 3F | 34 |
| Octal | 322 | 70 | 270 | 0 | 111 | 14 | 22 | 466 | 77 | 64 |
| Binary | 11010010 | 111000 | 10111000 | 0 | 1001001 | 1100 | 10010 | 100110110 | 111111 | 110100 |
Color Harmonies of #D238B8
Complementary color
Monochromatic Colors of #D238B8
Black with #D238B8
Text Example
Text Example
White with #D238B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238B8; }
p { color: rgb(210,56,184); }
H1.HeaderClassName
{
color: #D238B8;
}
.AnyTagClassName
{
color: #D238B8;
}
</style>
background-color css
<style>
a { background-color: #D238B8; }
a { background-color: rgb(210,56,184); }
div.DivClassName
{
background-color: #D238B8;
}
.BgClassName
{
background-color: #D238B8;
}
</style>
border-color css
<style>
span { border-color: #D238B8; }
span { border-color: rgb(210,56,184); }
td.TdClassName
{
border-color: #D238B8;
}
.TagClassName
{
border-color: #D238B8;
}
</style>