Shades of Fuchsia #D843BC
Tints of Fuchsia #D843BC
RGB
CMYK
RGB Variations
Color information
#D843BC (or 0xD843BC) is known color: Fuchsia. HEX triplet: D8, 43 and BC. RGB value is (216,67,188). Sum of RGB (Red+Green+Blue) = 216+67+188=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D843BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D843BC is #27BC43. Grayscale: #7D7D7D. Windows color (decimal): -2604100 or 12338136. OLE color: 12338136.
HSL color Cylindrical-coordinate representation of color #D843BC: hue angle of 311.28º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D843BC is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 188 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.15 |
| HSL | 311.28º | 0.66% | 0.55% | - |
| HSV(B) | 311.28º | 0.69% | 0.85% | - |
| XYZ | 39.4 | 22.24 | 49.79 | - |
| YUV | 125.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 188 | 0 | 0.69 | 0.13 | 0.15 | 311.28 | 0.66 | 0.55 |
| Hex | D8 | 43 | BC | 0 | 45 | D | F | 137 | 42 | 37 |
| Octal | 330 | 103 | 274 | 0 | 105 | 15 | 17 | 467 | 102 | 67 |
| Binary | 11011000 | 1000011 | 10111100 | 0 | 1000101 | 1101 | 1111 | 100110111 | 1000010 | 110111 |
Color Harmonies of #D843BC
Complementary color
Monochromatic Colors of #D843BC
Black with #D843BC
Text Example
Text Example
White with #D843BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D843BC; }
p { color: rgb(216,67,188); }
H1.HeaderClassName
{
color: #D843BC;
}
.AnyTagClassName
{
color: #D843BC;
}
</style>
background-color css
<style>
a { background-color: #D843BC; }
a { background-color: rgb(216,67,188); }
div.DivClassName
{
background-color: #D843BC;
}
.BgClassName
{
background-color: #D843BC;
}
</style>
border-color css
<style>
span { border-color: #D843BC; }
span { border-color: rgb(216,67,188); }
td.TdClassName
{
border-color: #D843BC;
}
.TagClassName
{
border-color: #D843BC;
}
</style>