Shades of Fuchsia #D239CD
Tints of Fuchsia #D239CD
RGB
CMYK
RGB Variations
Color information
#D239CD (or 0xD239CD) is known color: Fuchsia. HEX triplet: D2, 39 and CD. RGB value is (210,57,205). Sum of RGB (Red+Green+Blue) = 210+57+205=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D239CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239CD is #2DC632. Grayscale: #777777. Windows color (decimal): -2999859 or 13449682. OLE color: 13449682.
HSL color Cylindrical-coordinate representation of color #D239CD: hue angle of 301.96º 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 #D239CD is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 205 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.18 |
| HSL | 301.96º | 0.63% | 0.52% | - |
| HSV(B) | 301.96º | 0.73% | 0.82% | - |
| XYZ | 39.06 | 21.04 | 59.76 | - |
| YUV | 119.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 205 | 0 | 0.73 | 0.02 | 0.18 | 301.96 | 0.63 | 0.52 |
| Hex | D2 | 39 | CD | 0 | 49 | 2 | 12 | 12E | 3F | 34 |
| Octal | 322 | 71 | 315 | 0 | 111 | 2 | 22 | 456 | 77 | 64 |
| Binary | 11010010 | 111001 | 11001101 | 0 | 1001001 | 10 | 10010 | 100101110 | 111111 | 110100 |
Color Harmonies of #D239CD
Complementary color
Monochromatic Colors of #D239CD
Black with #D239CD
Text Example
Text Example
White with #D239CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239CD; }
p { color: rgb(210,57,205); }
H1.HeaderClassName
{
color: #D239CD;
}
.AnyTagClassName
{
color: #D239CD;
}
</style>
background-color css
<style>
a { background-color: #D239CD; }
a { background-color: rgb(210,57,205); }
div.DivClassName
{
background-color: #D239CD;
}
.BgClassName
{
background-color: #D239CD;
}
</style>
border-color css
<style>
span { border-color: #D239CD; }
span { border-color: rgb(210,57,205); }
td.TdClassName
{
border-color: #D239CD;
}
.TagClassName
{
border-color: #D239CD;
}
</style>