Shades of Fuchsia #D239CC
Tints of Fuchsia #D239CC
RGB
CMYK
RGB Variations
Color information
#D239CC (or 0xD239CC) is known color: Fuchsia. HEX triplet: D2, 39 and CC. RGB value is (210,57,204). Sum of RGB (Red+Green+Blue) = 210+57+204=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D239CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239CC is #2DC633. Grayscale: #777777. Windows color (decimal): -2999860 or 13384146. OLE color: 13384146.
HSL color Cylindrical-coordinate representation of color #D239CC: hue angle of 302.35º 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 #D239CC is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 204 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.18 |
| HSL | 302.35º | 0.63% | 0.52% | - |
| HSV(B) | 302.35º | 0.73% | 0.82% | - |
| XYZ | 38.94 | 20.99 | 59.13 | - |
| YUV | 119.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 204 | 0 | 0.73 | 0.03 | 0.18 | 302.35 | 0.63 | 0.52 |
| Hex | D2 | 39 | CC | 0 | 49 | 3 | 12 | 12E | 3F | 34 |
| Octal | 322 | 71 | 314 | 0 | 111 | 3 | 22 | 456 | 77 | 64 |
| Binary | 11010010 | 111001 | 11001100 | 0 | 1001001 | 11 | 10010 | 100101110 | 111111 | 110100 |
Color Harmonies of #D239CC
Complementary color
Monochromatic Colors of #D239CC
Black with #D239CC
Text Example
Text Example
White with #D239CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239CC; }
p { color: rgb(210,57,204); }
H1.HeaderClassName
{
color: #D239CC;
}
.AnyTagClassName
{
color: #D239CC;
}
</style>
background-color css
<style>
a { background-color: #D239CC; }
a { background-color: rgb(210,57,204); }
div.DivClassName
{
background-color: #D239CC;
}
.BgClassName
{
background-color: #D239CC;
}
</style>
border-color css
<style>
span { border-color: #D239CC; }
span { border-color: rgb(210,57,204); }
td.TdClassName
{
border-color: #D239CC;
}
.TagClassName
{
border-color: #D239CC;
}
</style>