Shades of Fuchsia #D044BE
Tints of Fuchsia #D044BE
RGB
CMYK
RGB Variations
Color information
#D044BE (or 0xD044BE) is known color: Fuchsia. HEX triplet: D0, 44 and BE. RGB value is (208,68,190). Sum of RGB (Red+Green+Blue) = 208+68+190=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D044BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044BE is #2FBB41. Grayscale: #7B7B7B. Windows color (decimal): -3128130 or 12469456. OLE color: 12469456.
HSL color Cylindrical-coordinate representation of color #D044BE: hue angle of 307.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044BE is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 190 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.18 |
| HSL | 307.71º | 0.6% | 0.54% | - |
| HSV(B) | 307.71º | 0.67% | 0.82% | - |
| XYZ | 37.37 | 21.26 | 50.85 | - |
| YUV | 123.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 190 | 0 | 0.67 | 0.09 | 0.18 | 307.71 | 0.6 | 0.54 |
| Hex | D0 | 44 | BE | 0 | 43 | 9 | 12 | 134 | 3C | 36 |
| Octal | 320 | 104 | 276 | 0 | 103 | 11 | 22 | 464 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10111110 | 0 | 1000011 | 1001 | 10010 | 100110100 | 111100 | 110110 |
Color Harmonies of #D044BE
Complementary color
Monochromatic Colors of #D044BE
Black with #D044BE
Text Example
Text Example
White with #D044BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044BE; }
p { color: rgb(208,68,190); }
H1.HeaderClassName
{
color: #D044BE;
}
.AnyTagClassName
{
color: #D044BE;
}
</style>
background-color css
<style>
a { background-color: #D044BE; }
a { background-color: rgb(208,68,190); }
div.DivClassName
{
background-color: #D044BE;
}
.BgClassName
{
background-color: #D044BE;
}
</style>
border-color css
<style>
span { border-color: #D044BE; }
span { border-color: rgb(208,68,190); }
td.TdClassName
{
border-color: #D044BE;
}
.TagClassName
{
border-color: #D044BE;
}
</style>