Shades of Fuchsia #D738AF
Tints of Fuchsia #D738AF
RGB
CMYK
RGB Variations
Color information
#D738AF (or 0xD738AF) is known color: Fuchsia. HEX triplet: D7, 38 and AF. RGB value is (215,56,175). Sum of RGB (Red+Green+Blue) = 215+56+175=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D738AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D738AF is #28C750. Grayscale: #747474. Windows color (decimal): -2672465 or 11483351. OLE color: 11483351.
HSL color Cylindrical-coordinate representation of color #D738AF: hue angle of 315.09º 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 #D738AF is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 175 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.16 |
| HSL | 315.09º | 0.67% | 0.53% | - |
| HSV(B) | 315.09º | 0.74% | 0.84% | - |
| XYZ | 37.18 | 20.37 | 42.53 | - |
| YUV | 117.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 175 | 0 | 0.74 | 0.19 | 0.16 | 315.09 | 0.67 | 0.53 |
| Hex | D7 | 38 | AF | 0 | 4A | 13 | 10 | 13B | 43 | 35 |
| Octal | 327 | 70 | 257 | 0 | 112 | 23 | 20 | 473 | 103 | 65 |
| Binary | 11010111 | 111000 | 10101111 | 0 | 1001010 | 10011 | 10000 | 100111011 | 1000011 | 110101 |
Color Harmonies of #D738AF
Complementary color
Monochromatic Colors of #D738AF
Black with #D738AF
Text Example
Text Example
White with #D738AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738AF; }
p { color: rgb(215,56,175); }
H1.HeaderClassName
{
color: #D738AF;
}
.AnyTagClassName
{
color: #D738AF;
}
</style>
background-color css
<style>
a { background-color: #D738AF; }
a { background-color: rgb(215,56,175); }
div.DivClassName
{
background-color: #D738AF;
}
.BgClassName
{
background-color: #D738AF;
}
</style>
border-color css
<style>
span { border-color: #D738AF; }
span { border-color: rgb(215,56,175); }
td.TdClassName
{
border-color: #D738AF;
}
.TagClassName
{
border-color: #D738AF;
}
</style>