Shades of Fuchsia #D06CB5
Tints of Fuchsia #D06CB5
RGB
CMYK
RGB Variations
Color information
#D06CB5 (or 0xD06CB5) is known color: Fuchsia. HEX triplet: D0, 6C and B5. RGB value is (208,108,181). Sum of RGB (Red+Green+Blue) = 208+108+181=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CB5 is #2F934A. Grayscale: #929292. Windows color (decimal): -3117899 or 11889872. OLE color: 11889872.
HSL color Cylindrical-coordinate representation of color #D06CB5: hue angle of 316.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CB5 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 181 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.18 |
| HSL | 316.2º | 0.52% | 0.62% | - |
| HSV(B) | 316.2º | 0.48% | 0.82% | - |
| XYZ | 39.72 | 27.47 | 46.93 | - |
| YUV | 146.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 181 | 0 | 0.48 | 0.13 | 0.18 | 316.2 | 0.52 | 0.62 |
| Hex | D0 | 6C | B5 | 0 | 30 | D | 12 | 13C | 34 | 3E |
| Octal | 320 | 154 | 265 | 0 | 60 | 15 | 22 | 474 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10110101 | 0 | 110000 | 1101 | 10010 | 100111100 | 110100 | 111110 |
Color Harmonies of #D06CB5
Complementary color
Monochromatic Colors of #D06CB5
Black with #D06CB5
Text Example
Text Example
White with #D06CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CB5; }
p { color: rgb(208,108,181); }
H1.HeaderClassName
{
color: #D06CB5;
}
.AnyTagClassName
{
color: #D06CB5;
}
</style>
background-color css
<style>
a { background-color: #D06CB5; }
a { background-color: rgb(208,108,181); }
div.DivClassName
{
background-color: #D06CB5;
}
.BgClassName
{
background-color: #D06CB5;
}
</style>
border-color css
<style>
span { border-color: #D06CB5; }
span { border-color: rgb(208,108,181); }
td.TdClassName
{
border-color: #D06CB5;
}
.TagClassName
{
border-color: #D06CB5;
}
</style>