Shades of Fuchsia #D936C7
Tints of Fuchsia #D936C7
RGB
CMYK
RGB Variations
Color information
#D936C7 (or 0xD936C7) is known color: Fuchsia. HEX triplet: D9, 36 and C7. RGB value is (217,54,199). Sum of RGB (Red+Green+Blue) = 217+54+199=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D936C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936C7 is #26C938. Grayscale: #767676. Windows color (decimal): -2541881 or 13055705. OLE color: 13055705.
HSL color Cylindrical-coordinate representation of color #D936C7: hue angle of 306.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D936C7 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 199 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.15 |
| HSL | 306.63º | 0.68% | 0.53% | - |
| HSV(B) | 306.63º | 0.75% | 0.85% | - |
| XYZ | 40.24 | 21.51 | 56.06 | - |
| YUV | 119.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 199 | 0 | 0.75 | 0.08 | 0.15 | 306.63 | 0.68 | 0.53 |
| Hex | D9 | 36 | C7 | 0 | 4B | 8 | F | 133 | 44 | 35 |
| Octal | 331 | 66 | 307 | 0 | 113 | 10 | 17 | 463 | 104 | 65 |
| Binary | 11011001 | 110110 | 11000111 | 0 | 1001011 | 1000 | 1111 | 100110011 | 1000100 | 110101 |
Color Harmonies of #D936C7
Complementary color
Monochromatic Colors of #D936C7
Black with #D936C7
Text Example
Text Example
White with #D936C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936C7; }
p { color: rgb(217,54,199); }
H1.HeaderClassName
{
color: #D936C7;
}
.AnyTagClassName
{
color: #D936C7;
}
</style>
background-color css
<style>
a { background-color: #D936C7; }
a { background-color: rgb(217,54,199); }
div.DivClassName
{
background-color: #D936C7;
}
.BgClassName
{
background-color: #D936C7;
}
</style>
border-color css
<style>
span { border-color: #D936C7; }
span { border-color: rgb(217,54,199); }
td.TdClassName
{
border-color: #D936C7;
}
.TagClassName
{
border-color: #D936C7;
}
</style>