Shades of Fuchsia #D065B4
Tints of Fuchsia #D065B4
RGB
CMYK
RGB Variations
Color information
#D065B4 (or 0xD065B4) is known color: Fuchsia. HEX triplet: D0, 65 and B4. RGB value is (208,101,180). Sum of RGB (Red+Green+Blue) = 208+101+180=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065B4 is #2F9A4B. Grayscale: #8D8D8D. Windows color (decimal): -3119692 or 11822544. OLE color: 11822544.
HSL color Cylindrical-coordinate representation of color #D065B4: hue angle of 315.7º 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 #D065B4 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 180 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.18 |
| HSL | 315.7º | 0.53% | 0.61% | - |
| HSV(B) | 315.7º | 0.51% | 0.82% | - |
| XYZ | 38.9 | 26.01 | 46.15 | - |
| YUV | 142 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 180 | 0 | 0.51 | 0.13 | 0.18 | 315.7 | 0.53 | 0.61 |
| Hex | D0 | 65 | B4 | 0 | 33 | D | 12 | 13C | 35 | 3D |
| Octal | 320 | 145 | 264 | 0 | 63 | 15 | 22 | 474 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10110100 | 0 | 110011 | 1101 | 10010 | 100111100 | 110101 | 111101 |
Color Harmonies of #D065B4
Complementary color
Monochromatic Colors of #D065B4
Black with #D065B4
Text Example
Text Example
White with #D065B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065B4; }
p { color: rgb(208,101,180); }
H1.HeaderClassName
{
color: #D065B4;
}
.AnyTagClassName
{
color: #D065B4;
}
</style>
background-color css
<style>
a { background-color: #D065B4; }
a { background-color: rgb(208,101,180); }
div.DivClassName
{
background-color: #D065B4;
}
.BgClassName
{
background-color: #D065B4;
}
</style>
border-color css
<style>
span { border-color: #D065B4; }
span { border-color: rgb(208,101,180); }
td.TdClassName
{
border-color: #D065B4;
}
.TagClassName
{
border-color: #D065B4;
}
</style>