Shades of Fuchsia #D239CB
Tints of Fuchsia #D239CB
RGB
CMYK
RGB Variations
Color information
#D239CB (or 0xD239CB) is known color: Fuchsia. HEX triplet: D2, 39 and CB. RGB value is (210,57,203). Sum of RGB (Red+Green+Blue) = 210+57+203=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D239CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239CB is #2DC634. Grayscale: #767676. Windows color (decimal): -2999861 or 13318610. OLE color: 13318610.
HSL color Cylindrical-coordinate representation of color #D239CB: hue angle of 302.75º 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 #D239CB is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 203 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.18 |
| HSL | 302.75º | 0.63% | 0.52% | - |
| HSV(B) | 302.75º | 0.73% | 0.82% | - |
| XYZ | 38.82 | 20.94 | 58.5 | - |
| YUV | 119.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 203 | 0 | 0.73 | 0.03 | 0.18 | 302.75 | 0.63 | 0.52 |
| Hex | D2 | 39 | CB | 0 | 49 | 3 | 12 | 12F | 3F | 34 |
| Octal | 322 | 71 | 313 | 0 | 111 | 3 | 22 | 457 | 77 | 64 |
| Binary | 11010010 | 111001 | 11001011 | 0 | 1001001 | 11 | 10010 | 100101111 | 111111 | 110100 |
Color Harmonies of #D239CB
Complementary color
Monochromatic Colors of #D239CB
Black with #D239CB
Text Example
Text Example
White with #D239CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239CB; }
p { color: rgb(210,57,203); }
H1.HeaderClassName
{
color: #D239CB;
}
.AnyTagClassName
{
color: #D239CB;
}
</style>
background-color css
<style>
a { background-color: #D239CB; }
a { background-color: rgb(210,57,203); }
div.DivClassName
{
background-color: #D239CB;
}
.BgClassName
{
background-color: #D239CB;
}
</style>
border-color css
<style>
span { border-color: #D239CB; }
span { border-color: rgb(210,57,203); }
td.TdClassName
{
border-color: #D239CB;
}
.TagClassName
{
border-color: #D239CB;
}
</style>