Shades of Fuchsia #D152BC
Tints of Fuchsia #D152BC
RGB
CMYK
RGB Variations
Color information
#D152BC (or 0xD152BC) is known color: Fuchsia. HEX triplet: D1, 52 and BC. RGB value is (209,82,188). Sum of RGB (Red+Green+Blue) = 209+82+188=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D152BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152BC is #2EAD43. Grayscale: #838383. Windows color (decimal): -3059012 or 12341969. OLE color: 12341969.
HSL color Cylindrical-coordinate representation of color #D152BC: hue angle of 309.92º 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 #D152BC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 188 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.18 |
| HSL | 309.92º | 0.58% | 0.57% | - |
| HSV(B) | 309.92º | 0.61% | 0.82% | - |
| XYZ | 38.39 | 23.22 | 50.04 | - |
| YUV | 132.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 188 | 0 | 0.61 | 0.10 | 0.18 | 309.92 | 0.58 | 0.57 |
| Hex | D1 | 52 | BC | 0 | 3D | A | 12 | 136 | 3A | 39 |
| Octal | 321 | 122 | 274 | 0 | 75 | 12 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10111100 | 0 | 111101 | 1010 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D152BC
Complementary color
Monochromatic Colors of #D152BC
Black with #D152BC
Text Example
Text Example
White with #D152BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152BC; }
p { color: rgb(209,82,188); }
H1.HeaderClassName
{
color: #D152BC;
}
.AnyTagClassName
{
color: #D152BC;
}
</style>
background-color css
<style>
a { background-color: #D152BC; }
a { background-color: rgb(209,82,188); }
div.DivClassName
{
background-color: #D152BC;
}
.BgClassName
{
background-color: #D152BC;
}
</style>
border-color css
<style>
span { border-color: #D152BC; }
span { border-color: rgb(209,82,188); }
td.TdClassName
{
border-color: #D152BC;
}
.TagClassName
{
border-color: #D152BC;
}
</style>