Shades of Fuchsia #D153BE
Tints of Fuchsia #D153BE
RGB
CMYK
RGB Variations
Color information
#D153BE (or 0xD153BE) is known color: Fuchsia. HEX triplet: D1, 53 and BE. RGB value is (209,83,190). Sum of RGB (Red+Green+Blue) = 209+83+190=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D153BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153BE is #2EAC41. Grayscale: #848484. Windows color (decimal): -3058754 or 12473297. OLE color: 12473297.
HSL color Cylindrical-coordinate representation of color #D153BE: hue angle of 309.05º 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 #D153BE is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 190 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.18 |
| HSL | 309.05º | 0.58% | 0.57% | - |
| HSV(B) | 309.05º | 0.6% | 0.82% | - |
| XYZ | 38.68 | 23.46 | 51.2 | - |
| YUV | 132.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 190 | 0 | 0.60 | 0.09 | 0.18 | 309.05 | 0.58 | 0.57 |
| Hex | D1 | 53 | BE | 0 | 3C | 9 | 12 | 135 | 3A | 39 |
| Octal | 321 | 123 | 276 | 0 | 74 | 11 | 22 | 465 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10111110 | 0 | 111100 | 1001 | 10010 | 100110101 | 111010 | 111001 |
Color Harmonies of #D153BE
Complementary color
Monochromatic Colors of #D153BE
Black with #D153BE
Text Example
Text Example
White with #D153BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153BE; }
p { color: rgb(209,83,190); }
H1.HeaderClassName
{
color: #D153BE;
}
.AnyTagClassName
{
color: #D153BE;
}
</style>
background-color css
<style>
a { background-color: #D153BE; }
a { background-color: rgb(209,83,190); }
div.DivClassName
{
background-color: #D153BE;
}
.BgClassName
{
background-color: #D153BE;
}
</style>
border-color css
<style>
span { border-color: #D153BE; }
span { border-color: rgb(209,83,190); }
td.TdClassName
{
border-color: #D153BE;
}
.TagClassName
{
border-color: #D153BE;
}
</style>