Shades of Fuchsia #D13BCE
Tints of Fuchsia #D13BCE
RGB
CMYK
RGB Variations
Color information
#D13BCE (or 0xD13BCE) is known color: Fuchsia. HEX triplet: D1, 3B and CE. RGB value is (209,59,206). Sum of RGB (Red+Green+Blue) = 209+59+206=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BCE is #2EC431. Grayscale: #787878. Windows color (decimal): -3064882 or 13515729. OLE color: 13515729.
HSL color Cylindrical-coordinate representation of color #D13BCE: hue angle of 301.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BCE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 206 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.18 |
| HSL | 301.2º | 0.62% | 0.53% | - |
| HSV(B) | 301.2º | 0.72% | 0.82% | - |
| XYZ | 39 | 21.14 | 60.42 | - |
| YUV | 120.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 206 | 0 | 0.72 | 0.01 | 0.18 | 301.2 | 0.62 | 0.53 |
| Hex | D1 | 3B | CE | 0 | 48 | 1 | 12 | 12D | 3E | 35 |
| Octal | 321 | 73 | 316 | 0 | 110 | 1 | 22 | 455 | 76 | 65 |
| Binary | 11010001 | 111011 | 11001110 | 0 | 1001000 | 1 | 10010 | 100101101 | 111110 | 110101 |
Color Harmonies of #D13BCE
Complementary color
Monochromatic Colors of #D13BCE
Black with #D13BCE
Text Example
Text Example
White with #D13BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BCE; }
p { color: rgb(209,59,206); }
H1.HeaderClassName
{
color: #D13BCE;
}
.AnyTagClassName
{
color: #D13BCE;
}
</style>
background-color css
<style>
a { background-color: #D13BCE; }
a { background-color: rgb(209,59,206); }
div.DivClassName
{
background-color: #D13BCE;
}
.BgClassName
{
background-color: #D13BCE;
}
</style>
border-color css
<style>
span { border-color: #D13BCE; }
span { border-color: rgb(209,59,206); }
td.TdClassName
{
border-color: #D13BCE;
}
.TagClassName
{
border-color: #D13BCE;
}
</style>