Shades of Fuchsia #D152AF
Tints of Fuchsia #D152AF
RGB
CMYK
RGB Variations
Color information
#D152AF (or 0xD152AF) is known color: Fuchsia. HEX triplet: D1, 52 and AF. RGB value is (209,82,175). Sum of RGB (Red+Green+Blue) = 209+82+175=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D152AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D152AF is #2EAD50. Grayscale: #828282. Windows color (decimal): -3059025 or 11490001. OLE color: 11490001.
HSL color Cylindrical-coordinate representation of color #D152AF: hue angle of 316.06º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D152AF is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 175 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.18 |
| HSL | 316.06º | 0.58% | 0.57% | - |
| HSV(B) | 316.06º | 0.61% | 0.82% | - |
| XYZ | 37.05 | 22.69 | 42.98 | - |
| YUV | 130.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 175 | 0 | 0.61 | 0.16 | 0.18 | 316.06 | 0.58 | 0.57 |
| Hex | D1 | 52 | AF | 0 | 3D | 10 | 12 | 13C | 3A | 39 |
| Octal | 321 | 122 | 257 | 0 | 75 | 20 | 22 | 474 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10101111 | 0 | 111101 | 10000 | 10010 | 100111100 | 111010 | 111001 |
Color Harmonies of #D152AF
Complementary color
Monochromatic Colors of #D152AF
Black with #D152AF
Text Example
Text Example
White with #D152AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152AF; }
p { color: rgb(209,82,175); }
H1.HeaderClassName
{
color: #D152AF;
}
.AnyTagClassName
{
color: #D152AF;
}
</style>
background-color css
<style>
a { background-color: #D152AF; }
a { background-color: rgb(209,82,175); }
div.DivClassName
{
background-color: #D152AF;
}
.BgClassName
{
background-color: #D152AF;
}
</style>
border-color css
<style>
span { border-color: #D152AF; }
span { border-color: rgb(209,82,175); }
td.TdClassName
{
border-color: #D152AF;
}
.TagClassName
{
border-color: #D152AF;
}
</style>