Shades of Fuchsia #D065BD
Tints of Fuchsia #D065BD
RGB
CMYK
RGB Variations
Color information
#D065BD (or 0xD065BD) is known color: Fuchsia. HEX triplet: D0, 65 and BD. RGB value is (208,101,189). Sum of RGB (Red+Green+Blue) = 208+101+189=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D065BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065BD is #2F9A42. Grayscale: #8E8E8E. Windows color (decimal): -3119683 or 12412368. OLE color: 12412368.
HSL color Cylindrical-coordinate representation of color #D065BD: hue angle of 310.65º 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 #D065BD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 189 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.18 |
| HSL | 310.65º | 0.53% | 0.61% | - |
| HSV(B) | 310.65º | 0.51% | 0.82% | - |
| XYZ | 39.85 | 26.39 | 51.14 | - |
| YUV | 143.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 189 | 0 | 0.51 | 0.09 | 0.18 | 310.65 | 0.53 | 0.61 |
| Hex | D0 | 65 | BD | 0 | 33 | 9 | 12 | 137 | 35 | 3D |
| Octal | 320 | 145 | 275 | 0 | 63 | 11 | 22 | 467 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10111101 | 0 | 110011 | 1001 | 10010 | 100110111 | 110101 | 111101 |
Color Harmonies of #D065BD
Complementary color
Monochromatic Colors of #D065BD
Black with #D065BD
Text Example
Text Example
White with #D065BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065BD; }
p { color: rgb(208,101,189); }
H1.HeaderClassName
{
color: #D065BD;
}
.AnyTagClassName
{
color: #D065BD;
}
</style>
background-color css
<style>
a { background-color: #D065BD; }
a { background-color: rgb(208,101,189); }
div.DivClassName
{
background-color: #D065BD;
}
.BgClassName
{
background-color: #D065BD;
}
</style>
border-color css
<style>
span { border-color: #D065BD; }
span { border-color: rgb(208,101,189); }
td.TdClassName
{
border-color: #D065BD;
}
.TagClassName
{
border-color: #D065BD;
}
</style>