Shades of Fuchsia #D665B3
Tints of Fuchsia #D665B3
RGB
CMYK
RGB Variations
Color information
#D665B3 (or 0xD665B3) is known color: Fuchsia. HEX triplet: D6, 65 and B3. RGB value is (214,101,179). Sum of RGB (Red+Green+Blue) = 214+101+179=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665B3 is #299A4C. Grayscale: #8F8F8F. Windows color (decimal): -2726477 or 11757014. OLE color: 11757014.
HSL color Cylindrical-coordinate representation of color #D665B3: hue angle of 318.58º 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 #D665B3 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 179 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.16 |
| HSL | 318.58º | 0.58% | 0.62% | - |
| HSV(B) | 318.58º | 0.53% | 0.84% | - |
| XYZ | 40.52 | 26.86 | 45.7 | - |
| YUV | 143.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 179 | 0 | 0.53 | 0.16 | 0.16 | 318.58 | 0.58 | 0.62 |
| Hex | D6 | 65 | B3 | 0 | 35 | 10 | 10 | 13F | 3A | 3E |
| Octal | 326 | 145 | 263 | 0 | 65 | 20 | 20 | 477 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10110011 | 0 | 110101 | 10000 | 10000 | 100111111 | 111010 | 111110 |
Color Harmonies of #D665B3
Complementary color
Monochromatic Colors of #D665B3
Black with #D665B3
Text Example
Text Example
White with #D665B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B3; }
p { color: rgb(214,101,179); }
H1.HeaderClassName
{
color: #D665B3;
}
.AnyTagClassName
{
color: #D665B3;
}
</style>
background-color css
<style>
a { background-color: #D665B3; }
a { background-color: rgb(214,101,179); }
div.DivClassName
{
background-color: #D665B3;
}
.BgClassName
{
background-color: #D665B3;
}
</style>
border-color css
<style>
span { border-color: #D665B3; }
span { border-color: rgb(214,101,179); }
td.TdClassName
{
border-color: #D665B3;
}
.TagClassName
{
border-color: #D665B3;
}
</style>