Shades of Fuchsia #D138BE
Tints of Fuchsia #D138BE
RGB
CMYK
RGB Variations
Color information
#D138BE (or 0xD138BE) is known color: Fuchsia. HEX triplet: D1, 38 and BE. RGB value is (209,56,190). Sum of RGB (Red+Green+Blue) = 209+56+190=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D138BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138BE is #2EC741. Grayscale: #747474. Windows color (decimal): -3065666 or 12466385. OLE color: 12466385.
HSL color Cylindrical-coordinate representation of color #D138BE: hue angle of 307.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D138BE is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 190 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.18 |
| HSL | 307.45º | 0.62% | 0.52% | - |
| HSV(B) | 307.45º | 0.73% | 0.82% | - |
| XYZ | 37 | 20.1 | 50.64 | - |
| YUV | 117.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 190 | 0 | 0.73 | 0.09 | 0.18 | 307.45 | 0.62 | 0.52 |
| Hex | D1 | 38 | BE | 0 | 49 | 9 | 12 | 133 | 3E | 34 |
| Octal | 321 | 70 | 276 | 0 | 111 | 11 | 22 | 463 | 76 | 64 |
| Binary | 11010001 | 111000 | 10111110 | 0 | 1001001 | 1001 | 10010 | 100110011 | 111110 | 110100 |
Color Harmonies of #D138BE
Complementary color
Monochromatic Colors of #D138BE
Black with #D138BE
Text Example
Text Example
White with #D138BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138BE; }
p { color: rgb(209,56,190); }
H1.HeaderClassName
{
color: #D138BE;
}
.AnyTagClassName
{
color: #D138BE;
}
</style>
background-color css
<style>
a { background-color: #D138BE; }
a { background-color: rgb(209,56,190); }
div.DivClassName
{
background-color: #D138BE;
}
.BgClassName
{
background-color: #D138BE;
}
</style>
border-color css
<style>
span { border-color: #D138BE; }
span { border-color: rgb(209,56,190); }
td.TdClassName
{
border-color: #D138BE;
}
.TagClassName
{
border-color: #D138BE;
}
</style>