Shades of Fuchsia #D641BC
Tints of Fuchsia #D641BC
RGB
CMYK
RGB Variations
Color information
#D641BC (or 0xD641BC) is known color: Fuchsia. HEX triplet: D6, 41 and BC. RGB value is (214,65,188). Sum of RGB (Red+Green+Blue) = 214+65+188=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D641BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641BC is #29BE43. Grayscale: #7B7B7B. Windows color (decimal): -2735684 or 12337622. OLE color: 12337622.
HSL color Cylindrical-coordinate representation of color #D641BC: hue angle of 310.47º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641BC is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 188 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.16 |
| HSL | 310.47º | 0.65% | 0.55% | - |
| HSV(B) | 310.47º | 0.7% | 0.84% | - |
| XYZ | 38.7 | 21.71 | 49.73 | - |
| YUV | 123.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 188 | 0 | 0.70 | 0.12 | 0.16 | 310.47 | 0.65 | 0.55 |
| Hex | D6 | 41 | BC | 0 | 46 | C | 10 | 136 | 41 | 37 |
| Octal | 326 | 101 | 274 | 0 | 106 | 14 | 20 | 466 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10111100 | 0 | 1000110 | 1100 | 10000 | 100110110 | 1000001 | 110111 |
Color Harmonies of #D641BC
Complementary color
Monochromatic Colors of #D641BC
Black with #D641BC
Text Example
Text Example
White with #D641BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641BC; }
p { color: rgb(214,65,188); }
H1.HeaderClassName
{
color: #D641BC;
}
.AnyTagClassName
{
color: #D641BC;
}
</style>
background-color css
<style>
a { background-color: #D641BC; }
a { background-color: rgb(214,65,188); }
div.DivClassName
{
background-color: #D641BC;
}
.BgClassName
{
background-color: #D641BC;
}
</style>
border-color css
<style>
span { border-color: #D641BC; }
span { border-color: rgb(214,65,188); }
td.TdClassName
{
border-color: #D641BC;
}
.TagClassName
{
border-color: #D641BC;
}
</style>