Shades of Fuchsia #D238D1
Tints of Fuchsia #D238D1
RGB
CMYK
RGB Variations
Color information
#D238D1 (or 0xD238D1) is known color: Fuchsia. HEX triplet: D2, 38 and D1. RGB value is (210,56,209). Sum of RGB (Red+Green+Blue) = 210+56+209=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D238D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238D1 is #2DC72E. Grayscale: #777777. Windows color (decimal): -3000111 or 13711570. OLE color: 13711570.
HSL color Cylindrical-coordinate representation of color #D238D1: hue angle of 300.39º 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 #D238D1 is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 209 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.18 |
| HSL | 300.39º | 0.63% | 0.52% | - |
| HSV(B) | 300.39º | 0.73% | 0.82% | - |
| XYZ | 39.5 | 21.13 | 62.32 | - |
| YUV | 119.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 209 | 0 | 0.73 | 0.00 | 0.18 | 300.39 | 0.63 | 0.52 |
| Hex | D2 | 38 | D1 | 0 | 49 | 0 | 12 | 12C | 3F | 34 |
| Octal | 322 | 70 | 321 | 0 | 111 | 0 | 22 | 454 | 77 | 64 |
| Binary | 11010010 | 111000 | 11010001 | 0 | 1001001 | 0 | 10010 | 100101100 | 111111 | 110100 |
Color Harmonies of #D238D1
Complementary color
Monochromatic Colors of #D238D1
Black with #D238D1
Text Example
Text Example
White with #D238D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238D1; }
p { color: rgb(210,56,209); }
H1.HeaderClassName
{
color: #D238D1;
}
.AnyTagClassName
{
color: #D238D1;
}
</style>
background-color css
<style>
a { background-color: #D238D1; }
a { background-color: rgb(210,56,209); }
div.DivClassName
{
background-color: #D238D1;
}
.BgClassName
{
background-color: #D238D1;
}
</style>
border-color css
<style>
span { border-color: #D238D1; }
span { border-color: rgb(210,56,209); }
td.TdClassName
{
border-color: #D238D1;
}
.TagClassName
{
border-color: #D238D1;
}
</style>