Shades of Fuchsia #D738BD
Tints of Fuchsia #D738BD
RGB
CMYK
RGB Variations
Color information
#D738BD (or 0xD738BD) is known color: Fuchsia. HEX triplet: D7, 38 and BD. RGB value is (215,56,189). Sum of RGB (Red+Green+Blue) = 215+56+189=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D738BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738BD is #28C742. Grayscale: #767676. Windows color (decimal): -2672451 or 12400855. OLE color: 12400855.
HSL color Cylindrical-coordinate representation of color #D738BD: hue angle of 309.81º 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 #D738BD is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 189 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.16 |
| HSL | 309.81º | 0.67% | 0.53% | - |
| HSV(B) | 309.81º | 0.74% | 0.84% | - |
| XYZ | 38.62 | 20.95 | 50.15 | - |
| YUV | 118.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 189 | 0 | 0.74 | 0.12 | 0.16 | 309.81 | 0.67 | 0.53 |
| Hex | D7 | 38 | BD | 0 | 4A | C | 10 | 136 | 43 | 35 |
| Octal | 327 | 70 | 275 | 0 | 112 | 14 | 20 | 466 | 103 | 65 |
| Binary | 11010111 | 111000 | 10111101 | 0 | 1001010 | 1100 | 10000 | 100110110 | 1000011 | 110101 |
Color Harmonies of #D738BD
Complementary color
Monochromatic Colors of #D738BD
Black with #D738BD
Text Example
Text Example
White with #D738BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738BD; }
p { color: rgb(215,56,189); }
H1.HeaderClassName
{
color: #D738BD;
}
.AnyTagClassName
{
color: #D738BD;
}
</style>
background-color css
<style>
a { background-color: #D738BD; }
a { background-color: rgb(215,56,189); }
div.DivClassName
{
background-color: #D738BD;
}
.BgClassName
{
background-color: #D738BD;
}
</style>
border-color css
<style>
span { border-color: #D738BD; }
span { border-color: rgb(215,56,189); }
td.TdClassName
{
border-color: #D738BD;
}
.TagClassName
{
border-color: #D738BD;
}
</style>