Shades of Fuchsia #D665B8
Tints of Fuchsia #D665B8
RGB
CMYK
RGB Variations
Color information
#D665B8 (or 0xD665B8) is known color: Fuchsia. HEX triplet: D6, 65 and B8. RGB value is (214,101,184). Sum of RGB (Red+Green+Blue) = 214+101+184=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665B8 is #299A47. Grayscale: #909090. Windows color (decimal): -2726472 or 12084694. OLE color: 12084694.
HSL color Cylindrical-coordinate representation of color #D665B8: hue angle of 315.93º 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 #D665B8 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 184 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.16 |
| HSL | 315.93º | 0.58% | 0.62% | - |
| HSV(B) | 315.93º | 0.53% | 0.84% | - |
| XYZ | 41.04 | 27.06 | 48.41 | - |
| YUV | 144.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 184 | 0 | 0.53 | 0.14 | 0.16 | 315.93 | 0.58 | 0.62 |
| Hex | D6 | 65 | B8 | 0 | 35 | E | 10 | 13C | 3A | 3E |
| Octal | 326 | 145 | 270 | 0 | 65 | 16 | 20 | 474 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10111000 | 0 | 110101 | 1110 | 10000 | 100111100 | 111010 | 111110 |
Color Harmonies of #D665B8
Complementary color
Monochromatic Colors of #D665B8
Black with #D665B8
Text Example
Text Example
White with #D665B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B8; }
p { color: rgb(214,101,184); }
H1.HeaderClassName
{
color: #D665B8;
}
.AnyTagClassName
{
color: #D665B8;
}
</style>
background-color css
<style>
a { background-color: #D665B8; }
a { background-color: rgb(214,101,184); }
div.DivClassName
{
background-color: #D665B8;
}
.BgClassName
{
background-color: #D665B8;
}
</style>
border-color css
<style>
span { border-color: #D665B8; }
span { border-color: rgb(214,101,184); }
td.TdClassName
{
border-color: #D665B8;
}
.TagClassName
{
border-color: #D665B8;
}
</style>