Shades of Fuchsia #D636C7
Tints of Fuchsia #D636C7
RGB
CMYK
RGB Variations
Color information
#D636C7 (or 0xD636C7) is known color: Fuchsia. HEX triplet: D6, 36 and C7. RGB value is (214,54,199). Sum of RGB (Red+Green+Blue) = 214+54+199=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D636C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636C7 is #29C938. Grayscale: #757575. Windows color (decimal): -2738489 or 13055702. OLE color: 13055702.
HSL color Cylindrical-coordinate representation of color #D636C7: hue angle of 305.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636C7 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 199 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.16 |
| HSL | 305.63º | 0.66% | 0.53% | - |
| HSV(B) | 305.63º | 0.75% | 0.84% | - |
| XYZ | 39.36 | 21.06 | 56.02 | - |
| YUV | 118.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 199 | 0 | 0.75 | 0.07 | 0.16 | 305.63 | 0.66 | 0.53 |
| Hex | D6 | 36 | C7 | 0 | 4B | 7 | 10 | 132 | 42 | 35 |
| Octal | 326 | 66 | 307 | 0 | 113 | 7 | 20 | 462 | 102 | 65 |
| Binary | 11010110 | 110110 | 11000111 | 0 | 1001011 | 111 | 10000 | 100110010 | 1000010 | 110101 |
Color Harmonies of #D636C7
Complementary color
Monochromatic Colors of #D636C7
Black with #D636C7
Text Example
Text Example
White with #D636C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636C7; }
p { color: rgb(214,54,199); }
H1.HeaderClassName
{
color: #D636C7;
}
.AnyTagClassName
{
color: #D636C7;
}
</style>
background-color css
<style>
a { background-color: #D636C7; }
a { background-color: rgb(214,54,199); }
div.DivClassName
{
background-color: #D636C7;
}
.BgClassName
{
background-color: #D636C7;
}
</style>
border-color css
<style>
span { border-color: #D636C7; }
span { border-color: rgb(214,54,199); }
td.TdClassName
{
border-color: #D636C7;
}
.TagClassName
{
border-color: #D636C7;
}
</style>