Shades of Fuchsia #D838C1
Tints of Fuchsia #D838C1
RGB
CMYK
RGB Variations
Color information
#D838C1 (or 0xD838C1) is known color: Fuchsia. HEX triplet: D8, 38 and C1. RGB value is (216,56,193). Sum of RGB (Red+Green+Blue) = 216+56+193=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D838C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838C1 is #27C73E. Grayscale: #777777. Windows color (decimal): -2606911 or 12663000. OLE color: 12663000.
HSL color Cylindrical-coordinate representation of color #D838C1: hue angle of 308.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838C1 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 193 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.15 |
| HSL | 308.63º | 0.67% | 0.53% | - |
| HSV(B) | 308.63º | 0.74% | 0.85% | - |
| XYZ | 39.36 | 21.28 | 52.48 | - |
| YUV | 119.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 193 | 0 | 0.74 | 0.11 | 0.15 | 308.63 | 0.67 | 0.53 |
| Hex | D8 | 38 | C1 | 0 | 4A | B | F | 135 | 43 | 35 |
| Octal | 330 | 70 | 301 | 0 | 112 | 13 | 17 | 465 | 103 | 65 |
| Binary | 11011000 | 111000 | 11000001 | 0 | 1001010 | 1011 | 1111 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D838C1
Complementary color
Monochromatic Colors of #D838C1
Black with #D838C1
Text Example
Text Example
White with #D838C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D838C1; }
p { color: rgb(216,56,193); }
H1.HeaderClassName
{
color: #D838C1;
}
.AnyTagClassName
{
color: #D838C1;
}
</style>
background-color css
<style>
a { background-color: #D838C1; }
a { background-color: rgb(216,56,193); }
div.DivClassName
{
background-color: #D838C1;
}
.BgClassName
{
background-color: #D838C1;
}
</style>
border-color css
<style>
span { border-color: #D838C1; }
span { border-color: rgb(216,56,193); }
td.TdClassName
{
border-color: #D838C1;
}
.TagClassName
{
border-color: #D838C1;
}
</style>