Shades of Fuchsia #D145C6
Tints of Fuchsia #D145C6
RGB
CMYK
RGB Variations
Color information
#D145C6 (or 0xD145C6) is known color: Fuchsia. HEX triplet: D1, 45 and C6. RGB value is (209,69,198). Sum of RGB (Red+Green+Blue) = 209+69+198=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D145C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145C6 is #2EBA39. Grayscale: #7D7D7D. Windows color (decimal): -3062330 or 12994001. OLE color: 12994001.
HSL color Cylindrical-coordinate representation of color #D145C6: hue angle of 304.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145C6 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 198 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.18 |
| HSL | 304.71º | 0.6% | 0.55% | - |
| HSV(B) | 304.71º | 0.67% | 0.82% | - |
| XYZ | 38.62 | 21.89 | 55.62 | - |
| YUV | 125.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 198 | 0 | 0.67 | 0.05 | 0.18 | 304.71 | 0.6 | 0.55 |
| Hex | D1 | 45 | C6 | 0 | 43 | 5 | 12 | 131 | 3C | 37 |
| Octal | 321 | 105 | 306 | 0 | 103 | 5 | 22 | 461 | 74 | 67 |
| Binary | 11010001 | 1000101 | 11000110 | 0 | 1000011 | 101 | 10010 | 100110001 | 111100 | 110111 |
Color Harmonies of #D145C6
Complementary color
Monochromatic Colors of #D145C6
Black with #D145C6
Text Example
Text Example
White with #D145C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145C6; }
p { color: rgb(209,69,198); }
H1.HeaderClassName
{
color: #D145C6;
}
.AnyTagClassName
{
color: #D145C6;
}
</style>
background-color css
<style>
a { background-color: #D145C6; }
a { background-color: rgb(209,69,198); }
div.DivClassName
{
background-color: #D145C6;
}
.BgClassName
{
background-color: #D145C6;
}
</style>
border-color css
<style>
span { border-color: #D145C6; }
span { border-color: rgb(209,69,198); }
td.TdClassName
{
border-color: #D145C6;
}
.TagClassName
{
border-color: #D145C6;
}
</style>