Shades of Fuchsia #D738C9
Tints of Fuchsia #D738C9
RGB
CMYK
RGB Variations
Color information
#D738C9 (or 0xD738C9) is known color: Fuchsia. HEX triplet: D7, 38 and C9. RGB value is (215,56,201). Sum of RGB (Red+Green+Blue) = 215+56+201=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D738C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738C9 is #28C736. Grayscale: #777777. Windows color (decimal): -2672439 or 13187287. OLE color: 13187287.
HSL color Cylindrical-coordinate representation of color #D738C9: hue angle of 305.28º 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 #D738C9 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 201 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.16 |
| HSL | 305.28º | 0.67% | 0.53% | - |
| HSV(B) | 305.28º | 0.74% | 0.84% | - |
| XYZ | 39.98 | 21.49 | 57.3 | - |
| YUV | 120.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 201 | 0 | 0.74 | 0.07 | 0.16 | 305.28 | 0.67 | 0.53 |
| Hex | D7 | 38 | C9 | 0 | 4A | 7 | 10 | 131 | 43 | 35 |
| Octal | 327 | 70 | 311 | 0 | 112 | 7 | 20 | 461 | 103 | 65 |
| Binary | 11010111 | 111000 | 11001001 | 0 | 1001010 | 111 | 10000 | 100110001 | 1000011 | 110101 |
Color Harmonies of #D738C9
Complementary color
Monochromatic Colors of #D738C9
Black with #D738C9
Text Example
Text Example
White with #D738C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738C9; }
p { color: rgb(215,56,201); }
H1.HeaderClassName
{
color: #D738C9;
}
.AnyTagClassName
{
color: #D738C9;
}
</style>
background-color css
<style>
a { background-color: #D738C9; }
a { background-color: rgb(215,56,201); }
div.DivClassName
{
background-color: #D738C9;
}
.BgClassName
{
background-color: #D738C9;
}
</style>
border-color css
<style>
span { border-color: #D738C9; }
span { border-color: rgb(215,56,201); }
td.TdClassName
{
border-color: #D738C9;
}
.TagClassName
{
border-color: #D738C9;
}
</style>