Shades of Fuchsia #D153BC
Tints of Fuchsia #D153BC
RGB
CMYK
RGB Variations
Color information
#D153BC (or 0xD153BC) is known color: Fuchsia. HEX triplet: D1, 53 and BC. RGB value is (209,83,188). Sum of RGB (Red+Green+Blue) = 209+83+188=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D153BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153BC is #2EAC43. Grayscale: #848484. Windows color (decimal): -3058756 or 12342225. OLE color: 12342225.
HSL color Cylindrical-coordinate representation of color #D153BC: hue angle of 310º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D153BC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 188 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 310º | 0.58% | 0.57% | - |
| HSV(B) | 310º | 0.6% | 0.82% | - |
| XYZ | 38.46 | 23.37 | 50.06 | - |
| YUV | 132.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 188 | 0 | 0.60 | 0.10 | 0.18 | 310 | 0.58 | 0.57 |
| Hex | D1 | 53 | BC | 0 | 3C | A | 12 | 136 | 3A | 39 |
| Octal | 321 | 123 | 274 | 0 | 74 | 12 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10111100 | 0 | 111100 | 1010 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D153BC
Complementary color
Monochromatic Colors of #D153BC
Black with #D153BC
Text Example
Text Example
White with #D153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153BC; }
p { color: rgb(209,83,188); }
H1.HeaderClassName
{
color: #D153BC;
}
.AnyTagClassName
{
color: #D153BC;
}
</style>
background-color css
<style>
a { background-color: #D153BC; }
a { background-color: rgb(209,83,188); }
div.DivClassName
{
background-color: #D153BC;
}
.BgClassName
{
background-color: #D153BC;
}
</style>
border-color css
<style>
span { border-color: #D153BC; }
span { border-color: rgb(209,83,188); }
td.TdClassName
{
border-color: #D153BC;
}
.TagClassName
{
border-color: #D153BC;
}
</style>