Shades of Fuchsia #D068BB
Tints of Fuchsia #D068BB
RGB
CMYK
RGB Variations
Color information
#D068BB (or 0xD068BB) is known color: Fuchsia. HEX triplet: D0, 68 and BB. RGB value is (208,104,187). Sum of RGB (Red+Green+Blue) = 208+104+187=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D068BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068BB is #2F9744. Grayscale: #909090. Windows color (decimal): -3118917 or 12282064. OLE color: 12282064.
HSL color Cylindrical-coordinate representation of color #D068BB: hue angle of 312.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D068BB is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 187 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.18 |
| HSL | 312.12º | 0.53% | 0.61% | - |
| HSV(B) | 312.12º | 0.5% | 0.82% | - |
| XYZ | 39.93 | 26.9 | 50.1 | - |
| YUV | 144.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 187 | 0 | 0.5 | 0.10 | 0.18 | 312.12 | 0.53 | 0.61 |
| Hex | D0 | 68 | BB | 0 | 32 | A | 12 | 138 | 35 | 3D |
| Octal | 320 | 150 | 273 | 0 | 62 | 12 | 22 | 470 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10111011 | 0 | 110010 | 1010 | 10010 | 100111000 | 110101 | 111101 |
Color Harmonies of #D068BB
Complementary color
Monochromatic Colors of #D068BB
Black with #D068BB
Text Example
Text Example
White with #D068BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068BB; }
p { color: rgb(208,104,187); }
H1.HeaderClassName
{
color: #D068BB;
}
.AnyTagClassName
{
color: #D068BB;
}
</style>
background-color css
<style>
a { background-color: #D068BB; }
a { background-color: rgb(208,104,187); }
div.DivClassName
{
background-color: #D068BB;
}
.BgClassName
{
background-color: #D068BB;
}
</style>
border-color css
<style>
span { border-color: #D068BB; }
span { border-color: rgb(208,104,187); }
td.TdClassName
{
border-color: #D068BB;
}
.TagClassName
{
border-color: #D068BB;
}
</style>