Shades of Fuchsia #D738B9
Tints of Fuchsia #D738B9
RGB
CMYK
RGB Variations
Color information
#D738B9 (or 0xD738B9) is known color: Fuchsia. HEX triplet: D7, 38 and B9. RGB value is (215,56,185). Sum of RGB (Red+Green+Blue) = 215+56+185=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D738B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738B9 is #28C746. Grayscale: #757575. Windows color (decimal): -2672455 or 12138711. OLE color: 12138711.
HSL color Cylindrical-coordinate representation of color #D738B9: hue angle of 311.32º 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 #D738B9 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 185 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.16 |
| HSL | 311.32º | 0.67% | 0.53% | - |
| HSV(B) | 311.32º | 0.74% | 0.84% | - |
| XYZ | 38.2 | 20.78 | 47.9 | - |
| YUV | 118.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 185 | 0 | 0.74 | 0.14 | 0.16 | 311.32 | 0.67 | 0.53 |
| Hex | D7 | 38 | B9 | 0 | 4A | E | 10 | 137 | 43 | 35 |
| Octal | 327 | 70 | 271 | 0 | 112 | 16 | 20 | 467 | 103 | 65 |
| Binary | 11010111 | 111000 | 10111001 | 0 | 1001010 | 1110 | 10000 | 100110111 | 1000011 | 110101 |
Color Harmonies of #D738B9
Complementary color
Monochromatic Colors of #D738B9
Black with #D738B9
Text Example
Text Example
White with #D738B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738B9; }
p { color: rgb(215,56,185); }
H1.HeaderClassName
{
color: #D738B9;
}
.AnyTagClassName
{
color: #D738B9;
}
</style>
background-color css
<style>
a { background-color: #D738B9; }
a { background-color: rgb(215,56,185); }
div.DivClassName
{
background-color: #D738B9;
}
.BgClassName
{
background-color: #D738B9;
}
</style>
border-color css
<style>
span { border-color: #D738B9; }
span { border-color: rgb(215,56,185); }
td.TdClassName
{
border-color: #D738B9;
}
.TagClassName
{
border-color: #D738B9;
}
</style>