Shades of Fuchsia #D965B5
Tints of Fuchsia #D965B5
RGB
CMYK
RGB Variations
Color information
#D965B5 (or 0xD965B5) is known color: Fuchsia. HEX triplet: D9, 65 and B5. RGB value is (217,101,181). Sum of RGB (Red+Green+Blue) = 217+101+181=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D965B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965B5 is #269A4A. Grayscale: #909090. Windows color (decimal): -2529867 or 11888089. OLE color: 11888089.
HSL color Cylindrical-coordinate representation of color #D965B5: hue angle of 318.62º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D965B5 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 181 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.15 |
| HSL | 318.62º | 0.6% | 0.62% | - |
| HSV(B) | 318.62º | 0.53% | 0.85% | - |
| XYZ | 41.61 | 27.4 | 46.81 | - |
| YUV | 144.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 181 | 0 | 0.53 | 0.17 | 0.15 | 318.62 | 0.6 | 0.62 |
| Hex | D9 | 65 | B5 | 0 | 35 | 11 | F | 13F | 3C | 3E |
| Octal | 331 | 145 | 265 | 0 | 65 | 21 | 17 | 477 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10110101 | 0 | 110101 | 10001 | 1111 | 100111111 | 111100 | 111110 |
Color Harmonies of #D965B5
Complementary color
Monochromatic Colors of #D965B5
Black with #D965B5
Text Example
Text Example
White with #D965B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965B5; }
p { color: rgb(217,101,181); }
H1.HeaderClassName
{
color: #D965B5;
}
.AnyTagClassName
{
color: #D965B5;
}
</style>
background-color css
<style>
a { background-color: #D965B5; }
a { background-color: rgb(217,101,181); }
div.DivClassName
{
background-color: #D965B5;
}
.BgClassName
{
background-color: #D965B5;
}
</style>
border-color css
<style>
span { border-color: #D965B5; }
span { border-color: rgb(217,101,181); }
td.TdClassName
{
border-color: #D965B5;
}
.TagClassName
{
border-color: #D965B5;
}
</style>