Shades of Fuchsia #D145C7
Tints of Fuchsia #D145C7
RGB
CMYK
RGB Variations
Color information
#D145C7 (or 0xD145C7) is known color: Fuchsia. HEX triplet: D1, 45 and C7. RGB value is (209,69,199). Sum of RGB (Red+Green+Blue) = 209+69+199=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D145C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145C7 is #2EBA38. Grayscale: #7D7D7D. Windows color (decimal): -3062329 or 13059537. OLE color: 13059537.
HSL color Cylindrical-coordinate representation of color #D145C7: hue angle of 304.29º 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 #D145C7 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 199 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.18 |
| HSL | 304.29º | 0.6% | 0.55% | - |
| HSV(B) | 304.29º | 0.67% | 0.82% | - |
| XYZ | 38.73 | 21.94 | 56.23 | - |
| YUV | 125.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 199 | 0 | 0.67 | 0.05 | 0.18 | 304.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | C7 | 0 | 43 | 5 | 12 | 130 | 3C | 37 |
| Octal | 321 | 105 | 307 | 0 | 103 | 5 | 22 | 460 | 74 | 67 |
| Binary | 11010001 | 1000101 | 11000111 | 0 | 1000011 | 101 | 10010 | 100110000 | 111100 | 110111 |
Color Harmonies of #D145C7
Complementary color
Monochromatic Colors of #D145C7
Black with #D145C7
Text Example
Text Example
White with #D145C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145C7; }
p { color: rgb(209,69,199); }
H1.HeaderClassName
{
color: #D145C7;
}
.AnyTagClassName
{
color: #D145C7;
}
</style>
background-color css
<style>
a { background-color: #D145C7; }
a { background-color: rgb(209,69,199); }
div.DivClassName
{
background-color: #D145C7;
}
.BgClassName
{
background-color: #D145C7;
}
</style>
border-color css
<style>
span { border-color: #D145C7; }
span { border-color: rgb(209,69,199); }
td.TdClassName
{
border-color: #D145C7;
}
.TagClassName
{
border-color: #D145C7;
}
</style>