Shades of Fuchsia #D238B5
Tints of Fuchsia #D238B5
RGB
CMYK
RGB Variations
Color information
#D238B5 (or 0xD238B5) is known color: Fuchsia. HEX triplet: D2, 38 and B5. RGB value is (210,56,181). Sum of RGB (Red+Green+Blue) = 210+56+181=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D238B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238B5 is #2DC74A. Grayscale: #737373. Windows color (decimal): -3000139 or 11876562. OLE color: 11876562.
HSL color Cylindrical-coordinate representation of color #D238B5: hue angle of 311.3º 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 #D238B5 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 181 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.18 |
| HSL | 311.3º | 0.63% | 0.52% | - |
| HSV(B) | 311.3º | 0.73% | 0.82% | - |
| XYZ | 36.33 | 19.87 | 45.64 | - |
| YUV | 116.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 181 | 0 | 0.73 | 0.14 | 0.18 | 311.3 | 0.63 | 0.52 |
| Hex | D2 | 38 | B5 | 0 | 49 | E | 12 | 137 | 3F | 34 |
| Octal | 322 | 70 | 265 | 0 | 111 | 16 | 22 | 467 | 77 | 64 |
| Binary | 11010010 | 111000 | 10110101 | 0 | 1001001 | 1110 | 10010 | 100110111 | 111111 | 110100 |
Color Harmonies of #D238B5
Complementary color
Monochromatic Colors of #D238B5
Black with #D238B5
Text Example
Text Example
White with #D238B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238B5; }
p { color: rgb(210,56,181); }
H1.HeaderClassName
{
color: #D238B5;
}
.AnyTagClassName
{
color: #D238B5;
}
</style>
background-color css
<style>
a { background-color: #D238B5; }
a { background-color: rgb(210,56,181); }
div.DivClassName
{
background-color: #D238B5;
}
.BgClassName
{
background-color: #D238B5;
}
</style>
border-color css
<style>
span { border-color: #D238B5; }
span { border-color: rgb(210,56,181); }
td.TdClassName
{
border-color: #D238B5;
}
.TagClassName
{
border-color: #D238B5;
}
</style>