Shades of Fuchsia #D936C9
Tints of Fuchsia #D936C9
RGB
CMYK
RGB Variations
Color information
#D936C9 (or 0xD936C9) is known color: Fuchsia. HEX triplet: D9, 36 and C9. RGB value is (217,54,201). Sum of RGB (Red+Green+Blue) = 217+54+201=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D936C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936C9 is #26C936. Grayscale: #777777. Windows color (decimal): -2541879 or 13186777. OLE color: 13186777.
HSL color Cylindrical-coordinate representation of color #D936C9: hue angle of 305.89º 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 #D936C9 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 201 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.15 |
| HSL | 305.89º | 0.68% | 0.53% | - |
| HSV(B) | 305.89º | 0.75% | 0.85% | - |
| XYZ | 40.48 | 21.61 | 57.3 | - |
| YUV | 119.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 201 | 0 | 0.75 | 0.07 | 0.15 | 305.89 | 0.68 | 0.53 |
| Hex | D9 | 36 | C9 | 0 | 4B | 7 | F | 132 | 44 | 35 |
| Octal | 331 | 66 | 311 | 0 | 113 | 7 | 17 | 462 | 104 | 65 |
| Binary | 11011001 | 110110 | 11001001 | 0 | 1001011 | 111 | 1111 | 100110010 | 1000100 | 110101 |
Color Harmonies of #D936C9
Complementary color
Monochromatic Colors of #D936C9
Black with #D936C9
Text Example
Text Example
White with #D936C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936C9; }
p { color: rgb(217,54,201); }
H1.HeaderClassName
{
color: #D936C9;
}
.AnyTagClassName
{
color: #D936C9;
}
</style>
background-color css
<style>
a { background-color: #D936C9; }
a { background-color: rgb(217,54,201); }
div.DivClassName
{
background-color: #D936C9;
}
.BgClassName
{
background-color: #D936C9;
}
</style>
border-color css
<style>
span { border-color: #D936C9; }
span { border-color: rgb(217,54,201); }
td.TdClassName
{
border-color: #D936C9;
}
.TagClassName
{
border-color: #D936C9;
}
</style>