Shades of Fuchsia #D83DC7
Tints of Fuchsia #D83DC7
RGB
CMYK
RGB Variations
Color information
#D83DC7 (or 0xD83DC7) is known color: Fuchsia. HEX triplet: D8, 3D and C7. RGB value is (216,61,199). Sum of RGB (Red+Green+Blue) = 216+61+199=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DC7 is #27C238. Grayscale: #7A7A7A. Windows color (decimal): -2605625 or 13057496. OLE color: 13057496.
HSL color Cylindrical-coordinate representation of color #D83DC7: hue angle of 306.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83DC7 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 199 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.15 |
| HSL | 306.58º | 0.67% | 0.54% | - |
| HSV(B) | 306.58º | 0.72% | 0.85% | - |
| XYZ | 40.3 | 22.06 | 56.17 | - |
| YUV | 123.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 199 | 0 | 0.72 | 0.08 | 0.15 | 306.58 | 0.67 | 0.54 |
| Hex | D8 | 3D | C7 | 0 | 48 | 8 | F | 133 | 43 | 36 |
| Octal | 330 | 75 | 307 | 0 | 110 | 10 | 17 | 463 | 103 | 66 |
| Binary | 11011000 | 111101 | 11000111 | 0 | 1001000 | 1000 | 1111 | 100110011 | 1000011 | 110110 |
Color Harmonies of #D83DC7
Complementary color
Monochromatic Colors of #D83DC7
Black with #D83DC7
Text Example
Text Example
White with #D83DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DC7; }
p { color: rgb(216,61,199); }
H1.HeaderClassName
{
color: #D83DC7;
}
.AnyTagClassName
{
color: #D83DC7;
}
</style>
background-color css
<style>
a { background-color: #D83DC7; }
a { background-color: rgb(216,61,199); }
div.DivClassName
{
background-color: #D83DC7;
}
.BgClassName
{
background-color: #D83DC7;
}
</style>
border-color css
<style>
span { border-color: #D83DC7; }
span { border-color: rgb(216,61,199); }
td.TdClassName
{
border-color: #D83DC7;
}
.TagClassName
{
border-color: #D83DC7;
}
</style>