Shades of Fuchsia #D238CF
Tints of Fuchsia #D238CF
RGB
CMYK
RGB Variations
Color information
#D238CF (or 0xD238CF) is known color: Fuchsia. HEX triplet: D2, 38 and CF. RGB value is (210,56,207). Sum of RGB (Red+Green+Blue) = 210+56+207=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D238CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238CF is #2DC730. Grayscale: #767676. Windows color (decimal): -3000113 or 13580498. OLE color: 13580498.
HSL color Cylindrical-coordinate representation of color #D238CF: hue angle of 301.17º 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 #D238CF is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 207 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.18 |
| HSL | 301.17º | 0.63% | 0.52% | - |
| HSV(B) | 301.17º | 0.73% | 0.82% | - |
| XYZ | 39.26 | 21.03 | 61.02 | - |
| YUV | 119.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 207 | 0 | 0.73 | 0.01 | 0.18 | 301.17 | 0.63 | 0.52 |
| Hex | D2 | 38 | CF | 0 | 49 | 1 | 12 | 12D | 3F | 34 |
| Octal | 322 | 70 | 317 | 0 | 111 | 1 | 22 | 455 | 77 | 64 |
| Binary | 11010010 | 111000 | 11001111 | 0 | 1001001 | 1 | 10010 | 100101101 | 111111 | 110100 |
Color Harmonies of #D238CF
Complementary color
Monochromatic Colors of #D238CF
Black with #D238CF
Text Example
Text Example
White with #D238CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238CF; }
p { color: rgb(210,56,207); }
H1.HeaderClassName
{
color: #D238CF;
}
.AnyTagClassName
{
color: #D238CF;
}
</style>
background-color css
<style>
a { background-color: #D238CF; }
a { background-color: rgb(210,56,207); }
div.DivClassName
{
background-color: #D238CF;
}
.BgClassName
{
background-color: #D238CF;
}
</style>
border-color css
<style>
span { border-color: #D238CF; }
span { border-color: rgb(210,56,207); }
td.TdClassName
{
border-color: #D238CF;
}
.TagClassName
{
border-color: #D238CF;
}
</style>