Shades of Fuchsia #D844BE
Tints of Fuchsia #D844BE
RGB
CMYK
RGB Variations
Color information
#D844BE (or 0xD844BE) is known color: Fuchsia. HEX triplet: D8, 44 and BE. RGB value is (216,68,190). Sum of RGB (Red+Green+Blue) = 216+68+190=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D844BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844BE is #27BB41. Grayscale: #7D7D7D. Windows color (decimal): -2603842 or 12469464. OLE color: 12469464.
HSL color Cylindrical-coordinate representation of color #D844BE: hue angle of 310.54º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844BE is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 190 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.15 |
| HSL | 310.54º | 0.65% | 0.56% | - |
| HSV(B) | 310.54º | 0.69% | 0.85% | - |
| XYZ | 39.68 | 22.45 | 50.96 | - |
| YUV | 126.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 190 | 0 | 0.69 | 0.12 | 0.15 | 310.54 | 0.65 | 0.56 |
| Hex | D8 | 44 | BE | 0 | 45 | C | F | 137 | 41 | 38 |
| Octal | 330 | 104 | 276 | 0 | 105 | 14 | 17 | 467 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10111110 | 0 | 1000101 | 1100 | 1111 | 100110111 | 1000001 | 111000 |
Color Harmonies of #D844BE
Complementary color
Monochromatic Colors of #D844BE
Black with #D844BE
Text Example
Text Example
White with #D844BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D844BE; }
p { color: rgb(216,68,190); }
H1.HeaderClassName
{
color: #D844BE;
}
.AnyTagClassName
{
color: #D844BE;
}
</style>
background-color css
<style>
a { background-color: #D844BE; }
a { background-color: rgb(216,68,190); }
div.DivClassName
{
background-color: #D844BE;
}
.BgClassName
{
background-color: #D844BE;
}
</style>
border-color css
<style>
span { border-color: #D844BE; }
span { border-color: rgb(216,68,190); }
td.TdClassName
{
border-color: #D844BE;
}
.TagClassName
{
border-color: #D844BE;
}
</style>