Shades of Fuchsia #D136BD
Tints of Fuchsia #D136BD
RGB
CMYK
RGB Variations
Color information
#D136BD (or 0xD136BD) is known color: Fuchsia. HEX triplet: D1, 36 and BD. RGB value is (209,54,189). Sum of RGB (Red+Green+Blue) = 209+54+189=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D136BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136BD is #2EC942. Grayscale: #737373. Windows color (decimal): -3066179 or 12400337. OLE color: 12400337.
HSL color Cylindrical-coordinate representation of color #D136BD: hue angle of 307.74º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D136BD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 189 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.18 |
| HSL | 307.74º | 0.63% | 0.52% | - |
| HSV(B) | 307.74º | 0.74% | 0.82% | - |
| XYZ | 36.8 | 19.87 | 50.04 | - |
| YUV | 115.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 189 | 0 | 0.74 | 0.10 | 0.18 | 307.74 | 0.63 | 0.52 |
| Hex | D1 | 36 | BD | 0 | 4A | A | 12 | 134 | 3F | 34 |
| Octal | 321 | 66 | 275 | 0 | 112 | 12 | 22 | 464 | 77 | 64 |
| Binary | 11010001 | 110110 | 10111101 | 0 | 1001010 | 1010 | 10010 | 100110100 | 111111 | 110100 |
Color Harmonies of #D136BD
Complementary color
Monochromatic Colors of #D136BD
Black with #D136BD
Text Example
Text Example
White with #D136BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136BD; }
p { color: rgb(209,54,189); }
H1.HeaderClassName
{
color: #D136BD;
}
.AnyTagClassName
{
color: #D136BD;
}
</style>
background-color css
<style>
a { background-color: #D136BD; }
a { background-color: rgb(209,54,189); }
div.DivClassName
{
background-color: #D136BD;
}
.BgClassName
{
background-color: #D136BD;
}
</style>
border-color css
<style>
span { border-color: #D136BD; }
span { border-color: rgb(209,54,189); }
td.TdClassName
{
border-color: #D136BD;
}
.TagClassName
{
border-color: #D136BD;
}
</style>