Shades of Fuchsia #D465BC
Tints of Fuchsia #D465BC
RGB
CMYK
RGB Variations
Color information
#D465BC (or 0xD465BC) is known color: Fuchsia. HEX triplet: D4, 65 and BC. RGB value is (212,101,188). Sum of RGB (Red+Green+Blue) = 212+101+188=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D465BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465BC is #2B9A43. Grayscale: #8F8F8F. Windows color (decimal): -2857540 or 12346836. OLE color: 12346836.
HSL color Cylindrical-coordinate representation of color #D465BC: hue angle of 312.97º 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 #D465BC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 188 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.17 |
| HSL | 312.97º | 0.56% | 0.61% | - |
| HSV(B) | 312.97º | 0.52% | 0.83% | - |
| XYZ | 40.88 | 26.94 | 50.62 | - |
| YUV | 144.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 188 | 0 | 0.52 | 0.11 | 0.17 | 312.97 | 0.56 | 0.61 |
| Hex | D4 | 65 | BC | 0 | 34 | B | 11 | 139 | 38 | 3D |
| Octal | 324 | 145 | 274 | 0 | 64 | 13 | 21 | 471 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10111100 | 0 | 110100 | 1011 | 10001 | 100111001 | 111000 | 111101 |
Color Harmonies of #D465BC
Complementary color
Monochromatic Colors of #D465BC
Black with #D465BC
Text Example
Text Example
White with #D465BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465BC; }
p { color: rgb(212,101,188); }
H1.HeaderClassName
{
color: #D465BC;
}
.AnyTagClassName
{
color: #D465BC;
}
</style>
background-color css
<style>
a { background-color: #D465BC; }
a { background-color: rgb(212,101,188); }
div.DivClassName
{
background-color: #D465BC;
}
.BgClassName
{
background-color: #D465BC;
}
</style>
border-color css
<style>
span { border-color: #D465BC; }
span { border-color: rgb(212,101,188); }
td.TdClassName
{
border-color: #D465BC;
}
.TagClassName
{
border-color: #D465BC;
}
</style>