Shades of Fuchsia #D153BB
Tints of Fuchsia #D153BB
RGB
CMYK
RGB Variations
Color information
#D153BB (or 0xD153BB) is known color: Fuchsia. HEX triplet: D1, 53 and BB. RGB value is (209,83,187). Sum of RGB (Red+Green+Blue) = 209+83+187=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D153BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153BB is #2EAC44. Grayscale: #848484. Windows color (decimal): -3058757 or 12276689. OLE color: 12276689.
HSL color Cylindrical-coordinate representation of color #D153BB: hue angle of 310.48º 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 #D153BB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 187 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.18 |
| HSL | 310.48º | 0.58% | 0.57% | - |
| HSV(B) | 310.48º | 0.6% | 0.82% | - |
| XYZ | 38.36 | 23.33 | 49.5 | - |
| YUV | 132.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 187 | 0 | 0.60 | 0.11 | 0.18 | 310.48 | 0.58 | 0.57 |
| Hex | D1 | 53 | BB | 0 | 3C | B | 12 | 136 | 3A | 39 |
| Octal | 321 | 123 | 273 | 0 | 74 | 13 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10111011 | 0 | 111100 | 1011 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D153BB
Complementary color
Monochromatic Colors of #D153BB
Black with #D153BB
Text Example
Text Example
White with #D153BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153BB; }
p { color: rgb(209,83,187); }
H1.HeaderClassName
{
color: #D153BB;
}
.AnyTagClassName
{
color: #D153BB;
}
</style>
background-color css
<style>
a { background-color: #D153BB; }
a { background-color: rgb(209,83,187); }
div.DivClassName
{
background-color: #D153BB;
}
.BgClassName
{
background-color: #D153BB;
}
</style>
border-color css
<style>
span { border-color: #D153BB; }
span { border-color: rgb(209,83,187); }
td.TdClassName
{
border-color: #D153BB;
}
.TagClassName
{
border-color: #D153BB;
}
</style>