Shades of Fuchsia #D665B5
Tints of Fuchsia #D665B5
RGB
CMYK
RGB Variations
Color information
#D665B5 (or 0xD665B5) is known color: Fuchsia. HEX triplet: D6, 65 and B5. RGB value is (214,101,181). Sum of RGB (Red+Green+Blue) = 214+101+181=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665B5 is #299A4A. Grayscale: #8F8F8F. Windows color (decimal): -2726475 or 11888086. OLE color: 11888086.
HSL color Cylindrical-coordinate representation of color #D665B5: hue angle of 317.52º 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 #D665B5 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 181 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.16 |
| HSL | 317.52º | 0.58% | 0.62% | - |
| HSV(B) | 317.52º | 0.53% | 0.84% | - |
| XYZ | 40.73 | 26.94 | 46.77 | - |
| YUV | 143.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 181 | 0 | 0.53 | 0.15 | 0.16 | 317.52 | 0.58 | 0.62 |
| Hex | D6 | 65 | B5 | 0 | 35 | F | 10 | 13E | 3A | 3E |
| Octal | 326 | 145 | 265 | 0 | 65 | 17 | 20 | 476 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10110101 | 0 | 110101 | 1111 | 10000 | 100111110 | 111010 | 111110 |
Color Harmonies of #D665B5
Complementary color
Monochromatic Colors of #D665B5
Black with #D665B5
Text Example
Text Example
White with #D665B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B5; }
p { color: rgb(214,101,181); }
H1.HeaderClassName
{
color: #D665B5;
}
.AnyTagClassName
{
color: #D665B5;
}
</style>
background-color css
<style>
a { background-color: #D665B5; }
a { background-color: rgb(214,101,181); }
div.DivClassName
{
background-color: #D665B5;
}
.BgClassName
{
background-color: #D665B5;
}
</style>
border-color css
<style>
span { border-color: #D665B5; }
span { border-color: rgb(214,101,181); }
td.TdClassName
{
border-color: #D665B5;
}
.TagClassName
{
border-color: #D665B5;
}
</style>