Shades of Fuchsia #D641BD
Tints of Fuchsia #D641BD
RGB
CMYK
RGB Variations
Color information
#D641BD (or 0xD641BD) is known color: Fuchsia. HEX triplet: D6, 41 and BD. RGB value is (214,65,189). Sum of RGB (Red+Green+Blue) = 214+65+189=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D641BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641BD is #29BE42. Grayscale: #7B7B7B. Windows color (decimal): -2735683 or 12403158. OLE color: 12403158.
HSL color Cylindrical-coordinate representation of color #D641BD: hue angle of 310.07º 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 #D641BD is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 189 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.16 |
| HSL | 310.07º | 0.65% | 0.55% | - |
| HSV(B) | 310.07º | 0.7% | 0.84% | - |
| XYZ | 38.81 | 21.75 | 50.3 | - |
| YUV | 123.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 189 | 0 | 0.70 | 0.12 | 0.16 | 310.07 | 0.65 | 0.55 |
| Hex | D6 | 41 | BD | 0 | 46 | C | 10 | 136 | 41 | 37 |
| Octal | 326 | 101 | 275 | 0 | 106 | 14 | 20 | 466 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10111101 | 0 | 1000110 | 1100 | 10000 | 100110110 | 1000001 | 110111 |
Color Harmonies of #D641BD
Complementary color
Monochromatic Colors of #D641BD
Black with #D641BD
Text Example
Text Example
White with #D641BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641BD; }
p { color: rgb(214,65,189); }
H1.HeaderClassName
{
color: #D641BD;
}
.AnyTagClassName
{
color: #D641BD;
}
</style>
background-color css
<style>
a { background-color: #D641BD; }
a { background-color: rgb(214,65,189); }
div.DivClassName
{
background-color: #D641BD;
}
.BgClassName
{
background-color: #D641BD;
}
</style>
border-color css
<style>
span { border-color: #D641BD; }
span { border-color: rgb(214,65,189); }
td.TdClassName
{
border-color: #D641BD;
}
.TagClassName
{
border-color: #D641BD;
}
</style>