Shades of Fuchsia #D565B9
Tints of Fuchsia #D565B9
RGB
CMYK
RGB Variations
Color information
#D565B9 (or 0xD565B9) is known color: Fuchsia. HEX triplet: D5, 65 and B9. RGB value is (213,101,185). Sum of RGB (Red+Green+Blue) = 213+101+185=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D565B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565B9 is #2A9A46. Grayscale: #8F8F8F. Windows color (decimal): -2792007 or 12150229. OLE color: 12150229.
HSL color Cylindrical-coordinate representation of color #D565B9: hue angle of 315º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565B9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 185 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.16 |
| HSL | 315º | 0.57% | 0.62% | - |
| HSV(B) | 315º | 0.53% | 0.84% | - |
| XYZ | 40.85 | 26.96 | 48.95 | - |
| YUV | 144.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 185 | 0 | 0.53 | 0.13 | 0.16 | 315 | 0.57 | 0.62 |
| Hex | D5 | 65 | B9 | 0 | 35 | D | 10 | 13B | 39 | 3E |
| Octal | 325 | 145 | 271 | 0 | 65 | 15 | 20 | 473 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10111001 | 0 | 110101 | 1101 | 10000 | 100111011 | 111001 | 111110 |
Color Harmonies of #D565B9
Complementary color
Monochromatic Colors of #D565B9
Black with #D565B9
Text Example
Text Example
White with #D565B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565B9; }
p { color: rgb(213,101,185); }
H1.HeaderClassName
{
color: #D565B9;
}
.AnyTagClassName
{
color: #D565B9;
}
</style>
background-color css
<style>
a { background-color: #D565B9; }
a { background-color: rgb(213,101,185); }
div.DivClassName
{
background-color: #D565B9;
}
.BgClassName
{
background-color: #D565B9;
}
</style>
border-color css
<style>
span { border-color: #D565B9; }
span { border-color: rgb(213,101,185); }
td.TdClassName
{
border-color: #D565B9;
}
.TagClassName
{
border-color: #D565B9;
}
</style>