Shades of Fuchsia #D835C7
Tints of Fuchsia #D835C7
RGB
CMYK
RGB Variations
Color information
#D835C7 (or 0xD835C7) is known color: Fuchsia. HEX triplet: D8, 35 and C7. RGB value is (216,53,199). Sum of RGB (Red+Green+Blue) = 216+53+199=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C7 is #27CA38. Grayscale: #757575. Windows color (decimal): -2607673 or 13055448. OLE color: 13055448.
HSL color Cylindrical-coordinate representation of color #D835C7: hue angle of 306.26º 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 #D835C7 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 199 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.15 |
| HSL | 306.26º | 0.68% | 0.53% | - |
| HSV(B) | 306.26º | 0.75% | 0.85% | - |
| XYZ | 39.9 | 21.27 | 56.04 | - |
| YUV | 118.38 | 173.5 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 199 | 0 | 0.75 | 0.08 | 0.15 | 306.26 | 0.68 | 0.53 |
| Hex | D8 | 35 | C7 | 0 | 4B | 8 | F | 132 | 44 | 35 |
| Octal | 330 | 65 | 307 | 0 | 113 | 10 | 17 | 462 | 104 | 65 |
| Binary | 11011000 | 110101 | 11000111 | 0 | 1001011 | 1000 | 1111 | 100110010 | 1000100 | 110101 |
Color Harmonies of #D835C7
Complementary color
Monochromatic Colors of #D835C7
Black with #D835C7
Text Example
Text Example
White with #D835C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835C7; }
p { color: rgb(216,53,199); }
H1.HeaderClassName
{
color: #D835C7;
}
.AnyTagClassName
{
color: #D835C7;
}
</style>
background-color css
<style>
a { background-color: #D835C7; }
a { background-color: rgb(216,53,199); }
div.DivClassName
{
background-color: #D835C7;
}
.BgClassName
{
background-color: #D835C7;
}
</style>
border-color css
<style>
span { border-color: #D835C7; }
span { border-color: rgb(216,53,199); }
td.TdClassName
{
border-color: #D835C7;
}
.TagClassName
{
border-color: #D835C7;
}
</style>