Shades of Fuchsia #D83DC5
Tints of Fuchsia #D83DC5
RGB
CMYK
RGB Variations
Color information
#D83DC5 (or 0xD83DC5) is known color: Fuchsia. HEX triplet: D8, 3D and C5. RGB value is (216,61,197). Sum of RGB (Red+Green+Blue) = 216+61+197=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DC5 is #27C23A. Grayscale: #7A7A7A. Windows color (decimal): -2605627 or 12926424. OLE color: 12926424.
HSL color Cylindrical-coordinate representation of color #D83DC5: hue angle of 307.35º 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 #D83DC5 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 197 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.15 |
| HSL | 307.35º | 0.67% | 0.54% | - |
| HSV(B) | 307.35º | 0.72% | 0.85% | - |
| XYZ | 40.07 | 21.97 | 54.95 | - |
| YUV | 122.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 197 | 0 | 0.72 | 0.09 | 0.15 | 307.35 | 0.67 | 0.54 |
| Hex | D8 | 3D | C5 | 0 | 48 | 9 | F | 133 | 43 | 36 |
| Octal | 330 | 75 | 305 | 0 | 110 | 11 | 17 | 463 | 103 | 66 |
| Binary | 11011000 | 111101 | 11000101 | 0 | 1001000 | 1001 | 1111 | 100110011 | 1000011 | 110110 |
Color Harmonies of #D83DC5
Complementary color
Monochromatic Colors of #D83DC5
Black with #D83DC5
Text Example
Text Example
White with #D83DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DC5; }
p { color: rgb(216,61,197); }
H1.HeaderClassName
{
color: #D83DC5;
}
.AnyTagClassName
{
color: #D83DC5;
}
</style>
background-color css
<style>
a { background-color: #D83DC5; }
a { background-color: rgb(216,61,197); }
div.DivClassName
{
background-color: #D83DC5;
}
.BgClassName
{
background-color: #D83DC5;
}
</style>
border-color css
<style>
span { border-color: #D83DC5; }
span { border-color: rgb(216,61,197); }
td.TdClassName
{
border-color: #D83DC5;
}
.TagClassName
{
border-color: #D83DC5;
}
</style>