Shades of Fuchsia #D138D5
Tints of Fuchsia #D138D5
RGB
CMYK
RGB Variations
Color information
#D138D5 (or 0xD138D5) is known color: Fuchsia. HEX triplet: D1, 38 and D5. RGB value is (209,56,213). Sum of RGB (Red+Green+Blue) = 209+56+213=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #D138D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138D5 is #2EC72A. Grayscale: #777777. Windows color (decimal): -3065643 or 13973713. OLE color: 13973713.
HSL color Cylindrical-coordinate representation of color #D138D5: hue angle of 298.47º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D138D5 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 56 | 213 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.16 |
| HSL | 298.47º | 0.65% | 0.53% | - |
| HSV(B) | 298.47º | 0.74% | 0.84% | - |
| XYZ | 39.72 | 21.19 | 64.95 | - |
| YUV | 119.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 213 | 0.02 | 0.74 | 0 | 0.16 | 298.47 | 0.65 | 0.53 |
| Hex | D1 | 38 | D5 | 2 | 4A | 0 | 10 | 12A | 41 | 35 |
| Octal | 321 | 70 | 325 | 2 | 112 | 0 | 20 | 452 | 101 | 65 |
| Binary | 11010001 | 111000 | 11010101 | 10 | 1001010 | 0 | 10000 | 100101010 | 1000001 | 110101 |
Color Harmonies of #D138D5
Complementary color
Monochromatic Colors of #D138D5
Black with #D138D5
Text Example
Text Example
White with #D138D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138D5; }
p { color: rgb(209,56,213); }
H1.HeaderClassName
{
color: #D138D5;
}
.AnyTagClassName
{
color: #D138D5;
}
</style>
background-color css
<style>
a { background-color: #D138D5; }
a { background-color: rgb(209,56,213); }
div.DivClassName
{
background-color: #D138D5;
}
.BgClassName
{
background-color: #D138D5;
}
</style>
border-color css
<style>
span { border-color: #D138D5; }
span { border-color: rgb(209,56,213); }
td.TdClassName
{
border-color: #D138D5;
}
.TagClassName
{
border-color: #D138D5;
}
</style>