Shades of Fuchsia #D153BD
Tints of Fuchsia #D153BD
RGB
CMYK
RGB Variations
Color information
#D153BD (or 0xD153BD) is known color: Fuchsia. HEX triplet: D1, 53 and BD. RGB value is (209,83,189). Sum of RGB (Red+Green+Blue) = 209+83+189=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D153BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153BD is #2EAC42. Grayscale: #848484. Windows color (decimal): -3058755 or 12407761. OLE color: 12407761.
HSL color Cylindrical-coordinate representation of color #D153BD: hue angle of 309.52º 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 #D153BD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 189 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 309.52º | 0.58% | 0.57% | - |
| HSV(B) | 309.52º | 0.6% | 0.82% | - |
| XYZ | 38.57 | 23.42 | 50.63 | - |
| YUV | 132.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 189 | 0 | 0.60 | 0.10 | 0.18 | 309.52 | 0.58 | 0.57 |
| Hex | D1 | 53 | BD | 0 | 3C | A | 12 | 136 | 3A | 39 |
| Octal | 321 | 123 | 275 | 0 | 74 | 12 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10111101 | 0 | 111100 | 1010 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D153BD
Complementary color
Monochromatic Colors of #D153BD
Black with #D153BD
Text Example
Text Example
White with #D153BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153BD; }
p { color: rgb(209,83,189); }
H1.HeaderClassName
{
color: #D153BD;
}
.AnyTagClassName
{
color: #D153BD;
}
</style>
background-color css
<style>
a { background-color: #D153BD; }
a { background-color: rgb(209,83,189); }
div.DivClassName
{
background-color: #D153BD;
}
.BgClassName
{
background-color: #D153BD;
}
</style>
border-color css
<style>
span { border-color: #D153BD; }
span { border-color: rgb(209,83,189); }
td.TdClassName
{
border-color: #D153BD;
}
.TagClassName
{
border-color: #D153BD;
}
</style>