Shades of Fuchsia #D136B7
Tints of Fuchsia #D136B7
RGB
CMYK
RGB Variations
Color information
#D136B7 (or 0xD136B7) is known color: Fuchsia. HEX triplet: D1, 36 and B7. RGB value is (209,54,183). Sum of RGB (Red+Green+Blue) = 209+54+183=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D136B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136B7 is #2EC948. Grayscale: #727272. Windows color (decimal): -3066185 or 12007121. OLE color: 12007121.
HSL color Cylindrical-coordinate representation of color #D136B7: hue angle of 310.06º 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 #D136B7 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 183 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.18 |
| HSL | 310.06º | 0.63% | 0.52% | - |
| HSV(B) | 310.06º | 0.74% | 0.82% | - |
| XYZ | 36.16 | 19.61 | 46.68 | - |
| YUV | 115.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 183 | 0 | 0.74 | 0.12 | 0.18 | 310.06 | 0.63 | 0.52 |
| Hex | D1 | 36 | B7 | 0 | 4A | C | 12 | 136 | 3F | 34 |
| Octal | 321 | 66 | 267 | 0 | 112 | 14 | 22 | 466 | 77 | 64 |
| Binary | 11010001 | 110110 | 10110111 | 0 | 1001010 | 1100 | 10010 | 100110110 | 111111 | 110100 |
Color Harmonies of #D136B7
Complementary color
Monochromatic Colors of #D136B7
Black with #D136B7
Text Example
Text Example
White with #D136B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136B7; }
p { color: rgb(209,54,183); }
H1.HeaderClassName
{
color: #D136B7;
}
.AnyTagClassName
{
color: #D136B7;
}
</style>
background-color css
<style>
a { background-color: #D136B7; }
a { background-color: rgb(209,54,183); }
div.DivClassName
{
background-color: #D136B7;
}
.BgClassName
{
background-color: #D136B7;
}
</style>
border-color css
<style>
span { border-color: #D136B7; }
span { border-color: rgb(209,54,183); }
td.TdClassName
{
border-color: #D136B7;
}
.TagClassName
{
border-color: #D136B7;
}
</style>