Shades of Fuchsia #D135B8
Tints of Fuchsia #D135B8
RGB
CMYK
RGB Variations
Color information
#D135B8 (or 0xD135B8) is known color: Fuchsia. HEX triplet: D1, 35 and B8. RGB value is (209,53,184). Sum of RGB (Red+Green+Blue) = 209+53+184=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D135B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135B8 is #2ECA47. Grayscale: #727272. Windows color (decimal): -3066440 or 12072401. OLE color: 12072401.
HSL color Cylindrical-coordinate representation of color #D135B8: hue angle of 309.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135B8 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 184 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.18 |
| HSL | 309.62º | 0.63% | 0.51% | - |
| HSV(B) | 309.62º | 0.75% | 0.82% | - |
| XYZ | 36.22 | 19.56 | 47.21 | - |
| YUV | 114.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 184 | 0 | 0.75 | 0.12 | 0.18 | 309.62 | 0.63 | 0.51 |
| Hex | D1 | 35 | B8 | 0 | 4B | C | 12 | 136 | 3F | 33 |
| Octal | 321 | 65 | 270 | 0 | 113 | 14 | 22 | 466 | 77 | 63 |
| Binary | 11010001 | 110101 | 10111000 | 0 | 1001011 | 1100 | 10010 | 100110110 | 111111 | 110011 |
Color Harmonies of #D135B8
Complementary color
Monochromatic Colors of #D135B8
Black with #D135B8
Text Example
Text Example
White with #D135B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135B8; }
p { color: rgb(209,53,184); }
H1.HeaderClassName
{
color: #D135B8;
}
.AnyTagClassName
{
color: #D135B8;
}
</style>
background-color css
<style>
a { background-color: #D135B8; }
a { background-color: rgb(209,53,184); }
div.DivClassName
{
background-color: #D135B8;
}
.BgClassName
{
background-color: #D135B8;
}
</style>
border-color css
<style>
span { border-color: #D135B8; }
span { border-color: rgb(209,53,184); }
td.TdClassName
{
border-color: #D135B8;
}
.TagClassName
{
border-color: #D135B8;
}
</style>