Shades of Fuchsia #D665B2
Tints of Fuchsia #D665B2
RGB
CMYK
RGB Variations
Color information
#D665B2 (or 0xD665B2) is known color: Fuchsia. HEX triplet: D6, 65 and B2. RGB value is (214,101,178). Sum of RGB (Red+Green+Blue) = 214+101+178=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665B2 is #299A4D. Grayscale: #8F8F8F. Windows color (decimal): -2726478 or 11691478. OLE color: 11691478.
HSL color Cylindrical-coordinate representation of color #D665B2: hue angle of 319.12º 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 #D665B2 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 178 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.16 |
| HSL | 319.12º | 0.58% | 0.62% | - |
| HSV(B) | 319.12º | 0.53% | 0.84% | - |
| XYZ | 40.42 | 26.82 | 45.17 | - |
| YUV | 143.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 178 | 0 | 0.53 | 0.17 | 0.16 | 319.12 | 0.58 | 0.62 |
| Hex | D6 | 65 | B2 | 0 | 35 | 11 | 10 | 13F | 3A | 3E |
| Octal | 326 | 145 | 262 | 0 | 65 | 21 | 20 | 477 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10110010 | 0 | 110101 | 10001 | 10000 | 100111111 | 111010 | 111110 |
Color Harmonies of #D665B2
Complementary color
Monochromatic Colors of #D665B2
Black with #D665B2
Text Example
Text Example
White with #D665B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B2; }
p { color: rgb(214,101,178); }
H1.HeaderClassName
{
color: #D665B2;
}
.AnyTagClassName
{
color: #D665B2;
}
</style>
background-color css
<style>
a { background-color: #D665B2; }
a { background-color: rgb(214,101,178); }
div.DivClassName
{
background-color: #D665B2;
}
.BgClassName
{
background-color: #D665B2;
}
</style>
border-color css
<style>
span { border-color: #D665B2; }
span { border-color: rgb(214,101,178); }
td.TdClassName
{
border-color: #D665B2;
}
.TagClassName
{
border-color: #D665B2;
}
</style>