Shades of Fuchsia #D068B8
Tints of Fuchsia #D068B8
RGB
CMYK
RGB Variations
Color information
#D068B8 (or 0xD068B8) is known color: Fuchsia. HEX triplet: D0, 68 and B8. RGB value is (208,104,184). Sum of RGB (Red+Green+Blue) = 208+104+184=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D068B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068B8 is #2F9747. Grayscale: #909090. Windows color (decimal): -3118920 or 12085456. OLE color: 12085456.
HSL color Cylindrical-coordinate representation of color #D068B8: hue angle of 313.85º 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 #D068B8 is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 184 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.18 |
| HSL | 313.85º | 0.53% | 0.61% | - |
| HSV(B) | 313.85º | 0.5% | 0.82% | - |
| XYZ | 39.61 | 26.77 | 48.43 | - |
| YUV | 144.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 184 | 0 | 0.5 | 0.12 | 0.18 | 313.85 | 0.53 | 0.61 |
| Hex | D0 | 68 | B8 | 0 | 32 | C | 12 | 13A | 35 | 3D |
| Octal | 320 | 150 | 270 | 0 | 62 | 14 | 22 | 472 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10111000 | 0 | 110010 | 1100 | 10010 | 100111010 | 110101 | 111101 |
Color Harmonies of #D068B8
Complementary color
Monochromatic Colors of #D068B8
Black with #D068B8
Text Example
Text Example
White with #D068B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068B8; }
p { color: rgb(208,104,184); }
H1.HeaderClassName
{
color: #D068B8;
}
.AnyTagClassName
{
color: #D068B8;
}
</style>
background-color css
<style>
a { background-color: #D068B8; }
a { background-color: rgb(208,104,184); }
div.DivClassName
{
background-color: #D068B8;
}
.BgClassName
{
background-color: #D068B8;
}
</style>
border-color css
<style>
span { border-color: #D068B8; }
span { border-color: rgb(208,104,184); }
td.TdClassName
{
border-color: #D068B8;
}
.TagClassName
{
border-color: #D068B8;
}
</style>