Shades of Fuchsia #D665B7
Tints of Fuchsia #D665B7
RGB
CMYK
RGB Variations
Color information
#D665B7 (or 0xD665B7) is known color: Fuchsia. HEX triplet: D6, 65 and B7. RGB value is (214,101,183). Sum of RGB (Red+Green+Blue) = 214+101+183=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665B7 is #299A48. Grayscale: #8F8F8F. Windows color (decimal): -2726473 or 12019158. OLE color: 12019158.
HSL color Cylindrical-coordinate representation of color #D665B7: hue angle of 316.46º degrees, saturation: 0.58, 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 #D665B7 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 183 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.16 |
| HSL | 316.46º | 0.58% | 0.62% | - |
| HSV(B) | 316.46º | 0.53% | 0.84% | - |
| XYZ | 40.93 | 27.02 | 47.86 | - |
| YUV | 144.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 183 | 0 | 0.53 | 0.14 | 0.16 | 316.46 | 0.58 | 0.62 |
| Hex | D6 | 65 | B7 | 0 | 35 | E | 10 | 13C | 3A | 3E |
| Octal | 326 | 145 | 267 | 0 | 65 | 16 | 20 | 474 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10110111 | 0 | 110101 | 1110 | 10000 | 100111100 | 111010 | 111110 |
Color Harmonies of #D665B7
Complementary color
Monochromatic Colors of #D665B7
Black with #D665B7
Text Example
Text Example
White with #D665B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B7; }
p { color: rgb(214,101,183); }
H1.HeaderClassName
{
color: #D665B7;
}
.AnyTagClassName
{
color: #D665B7;
}
</style>
background-color css
<style>
a { background-color: #D665B7; }
a { background-color: rgb(214,101,183); }
div.DivClassName
{
background-color: #D665B7;
}
.BgClassName
{
background-color: #D665B7;
}
</style>
border-color css
<style>
span { border-color: #D665B7; }
span { border-color: rgb(214,101,183); }
td.TdClassName
{
border-color: #D665B7;
}
.TagClassName
{
border-color: #D665B7;
}
</style>