Shades of Fuchsia #D738BE
Tints of Fuchsia #D738BE
RGB
CMYK
RGB Variations
Color information
#D738BE (or 0xD738BE) is known color: Fuchsia. HEX triplet: D7, 38 and BE. RGB value is (215,56,190). Sum of RGB (Red+Green+Blue) = 215+56+190=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D738BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738BE is #28C741. Grayscale: #767676. Windows color (decimal): -2672450 or 12466391. OLE color: 12466391.
HSL color Cylindrical-coordinate representation of color #D738BE: hue angle of 309.43º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D738BE is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 190 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.16 |
| HSL | 309.43º | 0.67% | 0.53% | - |
| HSV(B) | 309.43º | 0.74% | 0.84% | - |
| XYZ | 38.73 | 20.99 | 50.73 | - |
| YUV | 118.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 190 | 0 | 0.74 | 0.12 | 0.16 | 309.43 | 0.67 | 0.53 |
| Hex | D7 | 38 | BE | 0 | 4A | C | 10 | 135 | 43 | 35 |
| Octal | 327 | 70 | 276 | 0 | 112 | 14 | 20 | 465 | 103 | 65 |
| Binary | 11010111 | 111000 | 10111110 | 0 | 1001010 | 1100 | 10000 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D738BE
Complementary color
Monochromatic Colors of #D738BE
Black with #D738BE
Text Example
Text Example
White with #D738BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738BE; }
p { color: rgb(215,56,190); }
H1.HeaderClassName
{
color: #D738BE;
}
.AnyTagClassName
{
color: #D738BE;
}
</style>
background-color css
<style>
a { background-color: #D738BE; }
a { background-color: rgb(215,56,190); }
div.DivClassName
{
background-color: #D738BE;
}
.BgClassName
{
background-color: #D738BE;
}
</style>
border-color css
<style>
span { border-color: #D738BE; }
span { border-color: rgb(215,56,190); }
td.TdClassName
{
border-color: #D738BE;
}
.TagClassName
{
border-color: #D738BE;
}
</style>