Shades of Fuchsia #D13ACB
Tints of Fuchsia #D13ACB
RGB
CMYK
RGB Variations
Color information
#D13ACB (or 0xD13ACB) is known color: Fuchsia. HEX triplet: D1, 3A and CB. RGB value is (209,58,203). Sum of RGB (Red+Green+Blue) = 209+58+203=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ACB is #2EC534. Grayscale: #777777. Windows color (decimal): -3065141 or 13318865. OLE color: 13318865.
HSL color Cylindrical-coordinate representation of color #D13ACB: hue angle of 302.38º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13ACB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 203 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.18 |
| HSL | 302.38º | 0.62% | 0.52% | - |
| HSV(B) | 302.38º | 0.72% | 0.82% | - |
| XYZ | 38.59 | 20.89 | 58.5 | - |
| YUV | 119.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 203 | 0 | 0.72 | 0.03 | 0.18 | 302.38 | 0.62 | 0.52 |
| Hex | D1 | 3A | CB | 0 | 48 | 3 | 12 | 12E | 3E | 34 |
| Octal | 321 | 72 | 313 | 0 | 110 | 3 | 22 | 456 | 76 | 64 |
| Binary | 11010001 | 111010 | 11001011 | 0 | 1001000 | 11 | 10010 | 100101110 | 111110 | 110100 |
Color Harmonies of #D13ACB
Complementary color
Monochromatic Colors of #D13ACB
Black with #D13ACB
Text Example
Text Example
White with #D13ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ACB; }
p { color: rgb(209,58,203); }
H1.HeaderClassName
{
color: #D13ACB;
}
.AnyTagClassName
{
color: #D13ACB;
}
</style>
background-color css
<style>
a { background-color: #D13ACB; }
a { background-color: rgb(209,58,203); }
div.DivClassName
{
background-color: #D13ACB;
}
.BgClassName
{
background-color: #D13ACB;
}
</style>
border-color css
<style>
span { border-color: #D13ACB; }
span { border-color: rgb(209,58,203); }
td.TdClassName
{
border-color: #D13ACB;
}
.TagClassName
{
border-color: #D13ACB;
}
</style>