Shades of Fuchsia #D068BD
Tints of Fuchsia #D068BD
RGB
CMYK
RGB Variations
Color information
#D068BD (or 0xD068BD) is known color: Fuchsia. HEX triplet: D0, 68 and BD. RGB value is (208,104,189). Sum of RGB (Red+Green+Blue) = 208+104+189=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D068BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068BD is #2F9742. Grayscale: #909090. Windows color (decimal): -3118915 or 12413136. OLE color: 12413136.
HSL color Cylindrical-coordinate representation of color #D068BD: hue angle of 310.96º 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 #D068BD is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 189 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.18 |
| HSL | 310.96º | 0.53% | 0.61% | - |
| HSV(B) | 310.96º | 0.5% | 0.82% | - |
| XYZ | 40.15 | 26.98 | 51.24 | - |
| YUV | 144.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 189 | 0 | 0.5 | 0.09 | 0.18 | 310.96 | 0.53 | 0.61 |
| Hex | D0 | 68 | BD | 0 | 32 | 9 | 12 | 137 | 35 | 3D |
| Octal | 320 | 150 | 275 | 0 | 62 | 11 | 22 | 467 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10111101 | 0 | 110010 | 1001 | 10010 | 100110111 | 110101 | 111101 |
Color Harmonies of #D068BD
Complementary color
Monochromatic Colors of #D068BD
Black with #D068BD
Text Example
Text Example
White with #D068BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068BD; }
p { color: rgb(208,104,189); }
H1.HeaderClassName
{
color: #D068BD;
}
.AnyTagClassName
{
color: #D068BD;
}
</style>
background-color css
<style>
a { background-color: #D068BD; }
a { background-color: rgb(208,104,189); }
div.DivClassName
{
background-color: #D068BD;
}
.BgClassName
{
background-color: #D068BD;
}
</style>
border-color css
<style>
span { border-color: #D068BD; }
span { border-color: rgb(208,104,189); }
td.TdClassName
{
border-color: #D068BD;
}
.TagClassName
{
border-color: #D068BD;
}
</style>