Shades of Fuchsia #D936C2
Tints of Fuchsia #D936C2
RGB
CMYK
RGB Variations
Color information
#D936C2 (or 0xD936C2) is known color: Fuchsia. HEX triplet: D9, 36 and C2. RGB value is (217,54,194). Sum of RGB (Red+Green+Blue) = 217+54+194=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D936C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936C2 is #26C93D. Grayscale: #767676. Windows color (decimal): -2541886 or 12728025. OLE color: 12728025.
HSL color Cylindrical-coordinate representation of color #D936C2: hue angle of 308.47º 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 #D936C2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 194 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.15 |
| HSL | 308.47º | 0.68% | 0.53% | - |
| HSV(B) | 308.47º | 0.75% | 0.85% | - |
| XYZ | 39.67 | 21.29 | 53.06 | - |
| YUV | 118.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 194 | 0 | 0.75 | 0.11 | 0.15 | 308.47 | 0.68 | 0.53 |
| Hex | D9 | 36 | C2 | 0 | 4B | B | F | 134 | 44 | 35 |
| Octal | 331 | 66 | 302 | 0 | 113 | 13 | 17 | 464 | 104 | 65 |
| Binary | 11011001 | 110110 | 11000010 | 0 | 1001011 | 1011 | 1111 | 100110100 | 1000100 | 110101 |
Color Harmonies of #D936C2
Complementary color
Monochromatic Colors of #D936C2
Black with #D936C2
Text Example
Text Example
White with #D936C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936C2; }
p { color: rgb(217,54,194); }
H1.HeaderClassName
{
color: #D936C2;
}
.AnyTagClassName
{
color: #D936C2;
}
</style>
background-color css
<style>
a { background-color: #D936C2; }
a { background-color: rgb(217,54,194); }
div.DivClassName
{
background-color: #D936C2;
}
.BgClassName
{
background-color: #D936C2;
}
</style>
border-color css
<style>
span { border-color: #D936C2; }
span { border-color: rgb(217,54,194); }
td.TdClassName
{
border-color: #D936C2;
}
.TagClassName
{
border-color: #D936C2;
}
</style>