Shades of Fuchsia #D83DB3
Tints of Fuchsia #D83DB3
RGB
CMYK
RGB Variations
Color information
#D83DB3 (or 0xD83DB3) is known color: Fuchsia. HEX triplet: D8, 3D and B3. RGB value is (216,61,179). Sum of RGB (Red+Green+Blue) = 216+61+179=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DB3 is #27C24C. Grayscale: #787878. Windows color (decimal): -2605645 or 11746776. OLE color: 11746776.
HSL color Cylindrical-coordinate representation of color #D83DB3: hue angle of 314.32º 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 #D83DB3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 179 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.15 |
| HSL | 314.32º | 0.67% | 0.54% | - |
| HSV(B) | 314.32º | 0.72% | 0.85% | - |
| XYZ | 38.12 | 21.19 | 44.73 | - |
| YUV | 120.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 179 | 0 | 0.72 | 0.17 | 0.15 | 314.32 | 0.67 | 0.54 |
| Hex | D8 | 3D | B3 | 0 | 48 | 11 | F | 13A | 43 | 36 |
| Octal | 330 | 75 | 263 | 0 | 110 | 21 | 17 | 472 | 103 | 66 |
| Binary | 11011000 | 111101 | 10110011 | 0 | 1001000 | 10001 | 1111 | 100111010 | 1000011 | 110110 |
Color Harmonies of #D83DB3
Complementary color
Monochromatic Colors of #D83DB3
Black with #D83DB3
Text Example
Text Example
White with #D83DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DB3; }
p { color: rgb(216,61,179); }
H1.HeaderClassName
{
color: #D83DB3;
}
.AnyTagClassName
{
color: #D83DB3;
}
</style>
background-color css
<style>
a { background-color: #D83DB3; }
a { background-color: rgb(216,61,179); }
div.DivClassName
{
background-color: #D83DB3;
}
.BgClassName
{
background-color: #D83DB3;
}
</style>
border-color css
<style>
span { border-color: #D83DB3; }
span { border-color: rgb(216,61,179); }
td.TdClassName
{
border-color: #D83DB3;
}
.TagClassName
{
border-color: #D83DB3;
}
</style>