Shades of Fuchsia #D238AF
Tints of Fuchsia #D238AF
RGB
CMYK
RGB Variations
Color information
#D238AF (or 0xD238AF) is known color: Fuchsia. HEX triplet: D2, 38 and AF. RGB value is (210,56,175). Sum of RGB (Red+Green+Blue) = 210+56+175=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D238AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238AF is #2DC750. Grayscale: #737373. Windows color (decimal): -3000145 or 11483346. OLE color: 11483346.
HSL color Cylindrical-coordinate representation of color #D238AF: hue angle of 313.64º 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 #D238AF is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 175 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.18 |
| HSL | 313.64º | 0.63% | 0.52% | - |
| HSV(B) | 313.64º | 0.73% | 0.82% | - |
| XYZ | 35.73 | 19.63 | 42.46 | - |
| YUV | 115.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 175 | 0 | 0.73 | 0.17 | 0.18 | 313.64 | 0.63 | 0.52 |
| Hex | D2 | 38 | AF | 0 | 49 | 11 | 12 | 13A | 3F | 34 |
| Octal | 322 | 70 | 257 | 0 | 111 | 21 | 22 | 472 | 77 | 64 |
| Binary | 11010010 | 111000 | 10101111 | 0 | 1001001 | 10001 | 10010 | 100111010 | 111111 | 110100 |
Color Harmonies of #D238AF
Complementary color
Monochromatic Colors of #D238AF
Black with #D238AF
Text Example
Text Example
White with #D238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238AF; }
p { color: rgb(210,56,175); }
H1.HeaderClassName
{
color: #D238AF;
}
.AnyTagClassName
{
color: #D238AF;
}
</style>
background-color css
<style>
a { background-color: #D238AF; }
a { background-color: rgb(210,56,175); }
div.DivClassName
{
background-color: #D238AF;
}
.BgClassName
{
background-color: #D238AF;
}
</style>
border-color css
<style>
span { border-color: #D238AF; }
span { border-color: rgb(210,56,175); }
td.TdClassName
{
border-color: #D238AF;
}
.TagClassName
{
border-color: #D238AF;
}
</style>