Shades of Fuchsia #D83CBD
Tints of Fuchsia #D83CBD
RGB
CMYK
RGB Variations
Color information
#D83CBD (or 0xD83CBD) is known color: Fuchsia. HEX triplet: D8, 3C and BD. RGB value is (216,60,189). Sum of RGB (Red+Green+Blue) = 216+60+189=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CBD is #27C342. Grayscale: #787878. Windows color (decimal): -2605891 or 12401880. OLE color: 12401880.
HSL color Cylindrical-coordinate representation of color #D83CBD: hue angle of 310.38º 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 #D83CBD is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 189 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.15 |
| HSL | 310.38º | 0.67% | 0.54% | - |
| HSV(B) | 310.38º | 0.72% | 0.85% | - |
| XYZ | 39.12 | 21.5 | 50.23 | - |
| YUV | 121.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 189 | 0 | 0.72 | 0.12 | 0.15 | 310.38 | 0.67 | 0.54 |
| Hex | D8 | 3C | BD | 0 | 48 | C | F | 136 | 43 | 36 |
| Octal | 330 | 74 | 275 | 0 | 110 | 14 | 17 | 466 | 103 | 66 |
| Binary | 11011000 | 111100 | 10111101 | 0 | 1001000 | 1100 | 1111 | 100110110 | 1000011 | 110110 |
Color Harmonies of #D83CBD
Complementary color
Monochromatic Colors of #D83CBD
Black with #D83CBD
Text Example
Text Example
White with #D83CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CBD; }
p { color: rgb(216,60,189); }
H1.HeaderClassName
{
color: #D83CBD;
}
.AnyTagClassName
{
color: #D83CBD;
}
</style>
background-color css
<style>
a { background-color: #D83CBD; }
a { background-color: rgb(216,60,189); }
div.DivClassName
{
background-color: #D83CBD;
}
.BgClassName
{
background-color: #D83CBD;
}
</style>
border-color css
<style>
span { border-color: #D83CBD; }
span { border-color: rgb(216,60,189); }
td.TdClassName
{
border-color: #D83CBD;
}
.TagClassName
{
border-color: #D83CBD;
}
</style>