Shades of Fuchsia #D151CC
Tints of Fuchsia #D151CC
RGB
CMYK
RGB Variations
Color information
#D151CC (or 0xD151CC) is known color: Fuchsia. HEX triplet: D1, 51 and CC. RGB value is (209,81,204). Sum of RGB (Red+Green+Blue) = 209+81+204=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D151CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151CC is #2EAE33. Grayscale: #848484. Windows color (decimal): -3059252 or 13390289. OLE color: 13390289.
HSL color Cylindrical-coordinate representation of color #D151CC: hue angle of 302.34º 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 #D151CC is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 204 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.18 |
| HSL | 302.34º | 0.58% | 0.57% | - |
| HSV(B) | 302.34º | 0.61% | 0.82% | - |
| XYZ | 40.14 | 23.8 | 59.61 | - |
| YUV | 133.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 204 | 0 | 0.61 | 0.02 | 0.18 | 302.34 | 0.58 | 0.57 |
| Hex | D1 | 51 | CC | 0 | 3D | 2 | 12 | 12E | 3A | 39 |
| Octal | 321 | 121 | 314 | 0 | 75 | 2 | 22 | 456 | 72 | 71 |
| Binary | 11010001 | 1010001 | 11001100 | 0 | 111101 | 10 | 10010 | 100101110 | 111010 | 111001 |
Color Harmonies of #D151CC
Complementary color
Monochromatic Colors of #D151CC
Black with #D151CC
Text Example
Text Example
White with #D151CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151CC; }
p { color: rgb(209,81,204); }
H1.HeaderClassName
{
color: #D151CC;
}
.AnyTagClassName
{
color: #D151CC;
}
</style>
background-color css
<style>
a { background-color: #D151CC; }
a { background-color: rgb(209,81,204); }
div.DivClassName
{
background-color: #D151CC;
}
.BgClassName
{
background-color: #D151CC;
}
</style>
border-color css
<style>
span { border-color: #D151CC; }
span { border-color: rgb(209,81,204); }
td.TdClassName
{
border-color: #D151CC;
}
.TagClassName
{
border-color: #D151CC;
}
</style>