Shades of Fuchsia #D465BB
Tints of Fuchsia #D465BB
RGB
CMYK
RGB Variations
Color information
#D465BB (or 0xD465BB) is known color: Fuchsia. HEX triplet: D4, 65 and BB. RGB value is (212,101,187). Sum of RGB (Red+Green+Blue) = 212+101+187=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D465BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465BB is #2B9A44. Grayscale: #8F8F8F. Windows color (decimal): -2857541 or 12281300. OLE color: 12281300.
HSL color Cylindrical-coordinate representation of color #D465BB: hue angle of 313.51º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D465BB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 187 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.17 |
| HSL | 313.51º | 0.56% | 0.61% | - |
| HSV(B) | 313.51º | 0.52% | 0.83% | - |
| XYZ | 40.77 | 26.89 | 50.06 | - |
| YUV | 143.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 187 | 0 | 0.52 | 0.12 | 0.17 | 313.51 | 0.56 | 0.61 |
| Hex | D4 | 65 | BB | 0 | 34 | C | 11 | 13A | 38 | 3D |
| Octal | 324 | 145 | 273 | 0 | 64 | 14 | 21 | 472 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10111011 | 0 | 110100 | 1100 | 10001 | 100111010 | 111000 | 111101 |
Color Harmonies of #D465BB
Complementary color
Monochromatic Colors of #D465BB
Black with #D465BB
Text Example
Text Example
White with #D465BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465BB; }
p { color: rgb(212,101,187); }
H1.HeaderClassName
{
color: #D465BB;
}
.AnyTagClassName
{
color: #D465BB;
}
</style>
background-color css
<style>
a { background-color: #D465BB; }
a { background-color: rgb(212,101,187); }
div.DivClassName
{
background-color: #D465BB;
}
.BgClassName
{
background-color: #D465BB;
}
</style>
border-color css
<style>
span { border-color: #D465BB; }
span { border-color: rgb(212,101,187); }
td.TdClassName
{
border-color: #D465BB;
}
.TagClassName
{
border-color: #D465BB;
}
</style>