Shades of Fuchsia #D151CE
Tints of Fuchsia #D151CE
RGB
CMYK
RGB Variations
Color information
#D151CE (or 0xD151CE) is known color: Fuchsia. HEX triplet: D1, 51 and CE. RGB value is (209,81,206). Sum of RGB (Red+Green+Blue) = 209+81+206=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D151CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151CE is #2EAE31. Grayscale: #858585. Windows color (decimal): -3059250 or 13521361. OLE color: 13521361.
HSL color Cylindrical-coordinate representation of color #D151CE: hue angle of 301.41º 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 #D151CE is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 206 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.18 |
| HSL | 301.41º | 0.58% | 0.57% | - |
| HSV(B) | 301.41º | 0.61% | 0.82% | - |
| XYZ | 40.38 | 23.9 | 60.88 | - |
| YUV | 133.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 206 | 0 | 0.61 | 0.01 | 0.18 | 301.41 | 0.58 | 0.57 |
| Hex | D1 | 51 | CE | 0 | 3D | 1 | 12 | 12D | 3A | 39 |
| Octal | 321 | 121 | 316 | 0 | 75 | 1 | 22 | 455 | 72 | 71 |
| Binary | 11010001 | 1010001 | 11001110 | 0 | 111101 | 1 | 10010 | 100101101 | 111010 | 111001 |
Color Harmonies of #D151CE
Complementary color
Monochromatic Colors of #D151CE
Black with #D151CE
Text Example
Text Example
White with #D151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151CE; }
p { color: rgb(209,81,206); }
H1.HeaderClassName
{
color: #D151CE;
}
.AnyTagClassName
{
color: #D151CE;
}
</style>
background-color css
<style>
a { background-color: #D151CE; }
a { background-color: rgb(209,81,206); }
div.DivClassName
{
background-color: #D151CE;
}
.BgClassName
{
background-color: #D151CE;
}
</style>
border-color css
<style>
span { border-color: #D151CE; }
span { border-color: rgb(209,81,206); }
td.TdClassName
{
border-color: #D151CE;
}
.TagClassName
{
border-color: #D151CE;
}
</style>