Shades of Fuchsia #D938C8
Tints of Fuchsia #D938C8
RGB
CMYK
RGB Variations
Color information
#D938C8 (or 0xD938C8) is known color: Fuchsia. HEX triplet: D9, 38 and C8. RGB value is (217,56,200). Sum of RGB (Red+Green+Blue) = 217+56+200=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D938C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938C8 is #26C737. Grayscale: #787878. Windows color (decimal): -2541368 or 13121753. OLE color: 13121753.
HSL color Cylindrical-coordinate representation of color #D938C8: hue angle of 306.34º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D938C8 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 200 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.15 |
| HSL | 306.34º | 0.68% | 0.54% | - |
| HSV(B) | 306.34º | 0.74% | 0.85% | - |
| XYZ | 40.45 | 21.75 | 56.71 | - |
| YUV | 120.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 200 | 0 | 0.74 | 0.08 | 0.15 | 306.34 | 0.68 | 0.54 |
| Hex | D9 | 38 | C8 | 0 | 4A | 8 | F | 132 | 44 | 36 |
| Octal | 331 | 70 | 310 | 0 | 112 | 10 | 17 | 462 | 104 | 66 |
| Binary | 11011001 | 111000 | 11001000 | 0 | 1001010 | 1000 | 1111 | 100110010 | 1000100 | 110110 |
Color Harmonies of #D938C8
Complementary color
Monochromatic Colors of #D938C8
Black with #D938C8
Text Example
Text Example
White with #D938C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938C8; }
p { color: rgb(217,56,200); }
H1.HeaderClassName
{
color: #D938C8;
}
.AnyTagClassName
{
color: #D938C8;
}
</style>
background-color css
<style>
a { background-color: #D938C8; }
a { background-color: rgb(217,56,200); }
div.DivClassName
{
background-color: #D938C8;
}
.BgClassName
{
background-color: #D938C8;
}
</style>
border-color css
<style>
span { border-color: #D938C8; }
span { border-color: rgb(217,56,200); }
td.TdClassName
{
border-color: #D938C8;
}
.TagClassName
{
border-color: #D938C8;
}
</style>