Shades of Fuchsia #D644B9
Tints of Fuchsia #D644B9
RGB
CMYK
RGB Variations
Color information
#D644B9 (or 0xD644B9) is known color: Fuchsia. HEX triplet: D6, 44 and B9. RGB value is (214,68,185). Sum of RGB (Red+Green+Blue) = 214+68+185=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D644B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644B9 is #29BB46. Grayscale: #7C7C7C. Windows color (decimal): -2734919 or 12141782. OLE color: 12141782.
HSL color Cylindrical-coordinate representation of color #D644B9: hue angle of 311.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D644B9 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 185 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.16 |
| HSL | 311.92º | 0.64% | 0.55% | - |
| HSV(B) | 311.92º | 0.68% | 0.84% | - |
| XYZ | 38.56 | 21.93 | 48.1 | - |
| YUV | 124.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 185 | 0 | 0.68 | 0.14 | 0.16 | 311.92 | 0.64 | 0.55 |
| Hex | D6 | 44 | B9 | 0 | 44 | E | 10 | 138 | 40 | 37 |
| Octal | 326 | 104 | 271 | 0 | 104 | 16 | 20 | 470 | 100 | 67 |
| Binary | 11010110 | 1000100 | 10111001 | 0 | 1000100 | 1110 | 10000 | 100111000 | 1000000 | 110111 |
Color Harmonies of #D644B9
Complementary color
Monochromatic Colors of #D644B9
Black with #D644B9
Text Example
Text Example
White with #D644B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D644B9; }
p { color: rgb(214,68,185); }
H1.HeaderClassName
{
color: #D644B9;
}
.AnyTagClassName
{
color: #D644B9;
}
</style>
background-color css
<style>
a { background-color: #D644B9; }
a { background-color: rgb(214,68,185); }
div.DivClassName
{
background-color: #D644B9;
}
.BgClassName
{
background-color: #D644B9;
}
</style>
border-color css
<style>
span { border-color: #D644B9; }
span { border-color: rgb(214,68,185); }
td.TdClassName
{
border-color: #D644B9;
}
.TagClassName
{
border-color: #D644B9;
}
</style>