Shades of Fuchsia #D239AF
Tints of Fuchsia #D239AF
RGB
CMYK
RGB Variations
Color information
#D239AF (or 0xD239AF) is known color: Fuchsia. HEX triplet: D2, 39 and AF. RGB value is (210,57,175). Sum of RGB (Red+Green+Blue) = 210+57+175=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D239AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D239AF is #2DC650. Grayscale: #737373. Windows color (decimal): -2999889 or 11483602. OLE color: 11483602.
HSL color Cylindrical-coordinate representation of color #D239AF: hue angle of 313.73º 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 #D239AF is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 175 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.18 |
| HSL | 313.73º | 0.63% | 0.52% | - |
| HSV(B) | 313.73º | 0.73% | 0.82% | - |
| XYZ | 35.78 | 19.72 | 42.48 | - |
| YUV | 116.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 175 | 0 | 0.73 | 0.17 | 0.18 | 313.73 | 0.63 | 0.52 |
| Hex | D2 | 39 | AF | 0 | 49 | 11 | 12 | 13A | 3F | 34 |
| Octal | 322 | 71 | 257 | 0 | 111 | 21 | 22 | 472 | 77 | 64 |
| Binary | 11010010 | 111001 | 10101111 | 0 | 1001001 | 10001 | 10010 | 100111010 | 111111 | 110100 |
Color Harmonies of #D239AF
Complementary color
Monochromatic Colors of #D239AF
Black with #D239AF
Text Example
Text Example
White with #D239AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239AF; }
p { color: rgb(210,57,175); }
H1.HeaderClassName
{
color: #D239AF;
}
.AnyTagClassName
{
color: #D239AF;
}
</style>
background-color css
<style>
a { background-color: #D239AF; }
a { background-color: rgb(210,57,175); }
div.DivClassName
{
background-color: #D239AF;
}
.BgClassName
{
background-color: #D239AF;
}
</style>
border-color css
<style>
span { border-color: #D239AF; }
span { border-color: rgb(210,57,175); }
td.TdClassName
{
border-color: #D239AF;
}
.TagClassName
{
border-color: #D239AF;
}
</style>