Shades of Fuchsia #D152C0
Tints of Fuchsia #D152C0
RGB
CMYK
RGB Variations
Color information
#D152C0 (or 0xD152C0) is known color: Fuchsia. HEX triplet: D1, 52 and C0. RGB value is (209,82,192). Sum of RGB (Red+Green+Blue) = 209+82+192=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D152C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152C0 is #2EAD3F. Grayscale: #848484. Windows color (decimal): -3059008 or 12604113. OLE color: 12604113.
HSL color Cylindrical-coordinate representation of color #D152C0: hue angle of 308.03º 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 #D152C0 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 192 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.18 |
| HSL | 308.03º | 0.58% | 0.57% | - |
| HSV(B) | 308.03º | 0.61% | 0.82% | - |
| XYZ | 38.83 | 23.4 | 52.34 | - |
| YUV | 132.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 192 | 0 | 0.61 | 0.08 | 0.18 | 308.03 | 0.58 | 0.57 |
| Hex | D1 | 52 | C0 | 0 | 3D | 8 | 12 | 134 | 3A | 39 |
| Octal | 321 | 122 | 300 | 0 | 75 | 10 | 22 | 464 | 72 | 71 |
| Binary | 11010001 | 1010010 | 11000000 | 0 | 111101 | 1000 | 10010 | 100110100 | 111010 | 111001 |
Color Harmonies of #D152C0
Complementary color
Monochromatic Colors of #D152C0
Black with #D152C0
Text Example
Text Example
White with #D152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152C0; }
p { color: rgb(209,82,192); }
H1.HeaderClassName
{
color: #D152C0;
}
.AnyTagClassName
{
color: #D152C0;
}
</style>
background-color css
<style>
a { background-color: #D152C0; }
a { background-color: rgb(209,82,192); }
div.DivClassName
{
background-color: #D152C0;
}
.BgClassName
{
background-color: #D152C0;
}
</style>
border-color css
<style>
span { border-color: #D152C0; }
span { border-color: rgb(209,82,192); }
td.TdClassName
{
border-color: #D152C0;
}
.TagClassName
{
border-color: #D152C0;
}
</style>