Shades of Fuchsia #D136B4
Tints of Fuchsia #D136B4
RGB
CMYK
RGB Variations
Color information
#D136B4 (or 0xD136B4) is known color: Fuchsia. HEX triplet: D1, 36 and B4. RGB value is (209,54,180). Sum of RGB (Red+Green+Blue) = 209+54+180=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D136B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136B4 is #2EC94B. Grayscale: #727272. Windows color (decimal): -3066188 or 11810513. OLE color: 11810513.
HSL color Cylindrical-coordinate representation of color #D136B4: hue angle of 311.23º 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 #D136B4 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 180 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.18 |
| HSL | 311.23º | 0.63% | 0.52% | - |
| HSV(B) | 311.23º | 0.74% | 0.82% | - |
| XYZ | 35.85 | 19.49 | 45.05 | - |
| YUV | 114.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 180 | 0 | 0.74 | 0.14 | 0.18 | 311.23 | 0.63 | 0.52 |
| Hex | D1 | 36 | B4 | 0 | 4A | E | 12 | 137 | 3F | 34 |
| Octal | 321 | 66 | 264 | 0 | 112 | 16 | 22 | 467 | 77 | 64 |
| Binary | 11010001 | 110110 | 10110100 | 0 | 1001010 | 1110 | 10010 | 100110111 | 111111 | 110100 |
Color Harmonies of #D136B4
Complementary color
Monochromatic Colors of #D136B4
Black with #D136B4
Text Example
Text Example
White with #D136B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136B4; }
p { color: rgb(209,54,180); }
H1.HeaderClassName
{
color: #D136B4;
}
.AnyTagClassName
{
color: #D136B4;
}
</style>
background-color css
<style>
a { background-color: #D136B4; }
a { background-color: rgb(209,54,180); }
div.DivClassName
{
background-color: #D136B4;
}
.BgClassName
{
background-color: #D136B4;
}
</style>
border-color css
<style>
span { border-color: #D136B4; }
span { border-color: rgb(209,54,180); }
td.TdClassName
{
border-color: #D136B4;
}
.TagClassName
{
border-color: #D136B4;
}
</style>