Shades of Fuchsia #D065B2
Tints of Fuchsia #D065B2
RGB
CMYK
RGB Variations
Color information
#D065B2 (or 0xD065B2) is known color: Fuchsia. HEX triplet: D0, 65 and B2. RGB value is (208,101,178). Sum of RGB (Red+Green+Blue) = 208+101+178=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065B2 is #2F9A4D. Grayscale: #8D8D8D. Windows color (decimal): -3119694 or 11691472. OLE color: 11691472.
HSL color Cylindrical-coordinate representation of color #D065B2: hue angle of 316.82º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065B2 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 178 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.18 |
| HSL | 316.82º | 0.53% | 0.61% | - |
| HSV(B) | 316.82º | 0.51% | 0.82% | - |
| XYZ | 38.7 | 25.93 | 45.08 | - |
| YUV | 141.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 178 | 0 | 0.51 | 0.14 | 0.18 | 316.82 | 0.53 | 0.61 |
| Hex | D0 | 65 | B2 | 0 | 33 | E | 12 | 13D | 35 | 3D |
| Octal | 320 | 145 | 262 | 0 | 63 | 16 | 22 | 475 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10110010 | 0 | 110011 | 1110 | 10010 | 100111101 | 110101 | 111101 |
Color Harmonies of #D065B2
Complementary color
Monochromatic Colors of #D065B2
Black with #D065B2
Text Example
Text Example
White with #D065B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065B2; }
p { color: rgb(208,101,178); }
H1.HeaderClassName
{
color: #D065B2;
}
.AnyTagClassName
{
color: #D065B2;
}
</style>
background-color css
<style>
a { background-color: #D065B2; }
a { background-color: rgb(208,101,178); }
div.DivClassName
{
background-color: #D065B2;
}
.BgClassName
{
background-color: #D065B2;
}
</style>
border-color css
<style>
span { border-color: #D065B2; }
span { border-color: rgb(208,101,178); }
td.TdClassName
{
border-color: #D065B2;
}
.TagClassName
{
border-color: #D065B2;
}
</style>