Shades of Fuchsia #D145CE
Tints of Fuchsia #D145CE
RGB
CMYK
RGB Variations
Color information
#D145CE (or 0xD145CE) is known color: Fuchsia. HEX triplet: D1, 45 and CE. RGB value is (209,69,206). Sum of RGB (Red+Green+Blue) = 209+69+206=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D145CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145CE is #2EBA31. Grayscale: #7E7E7E. Windows color (decimal): -3062322 or 13518289. OLE color: 13518289.
HSL color Cylindrical-coordinate representation of color #D145CE: hue angle of 301.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 #D145CE is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 206 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.18 |
| HSL | 301.29º | 0.6% | 0.55% | - |
| HSV(B) | 301.29º | 0.67% | 0.82% | - |
| XYZ | 39.56 | 22.27 | 60.61 | - |
| YUV | 126.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 206 | 0 | 0.67 | 0.01 | 0.18 | 301.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | CE | 0 | 43 | 1 | 12 | 12D | 3C | 37 |
| Octal | 321 | 105 | 316 | 0 | 103 | 1 | 22 | 455 | 74 | 67 |
| Binary | 11010001 | 1000101 | 11001110 | 0 | 1000011 | 1 | 10010 | 100101101 | 111100 | 110111 |
Color Harmonies of #D145CE
Complementary color
Monochromatic Colors of #D145CE
Black with #D145CE
Text Example
Text Example
White with #D145CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145CE; }
p { color: rgb(209,69,206); }
H1.HeaderClassName
{
color: #D145CE;
}
.AnyTagClassName
{
color: #D145CE;
}
</style>
background-color css
<style>
a { background-color: #D145CE; }
a { background-color: rgb(209,69,206); }
div.DivClassName
{
background-color: #D145CE;
}
.BgClassName
{
background-color: #D145CE;
}
</style>
border-color css
<style>
span { border-color: #D145CE; }
span { border-color: rgb(209,69,206); }
td.TdClassName
{
border-color: #D145CE;
}
.TagClassName
{
border-color: #D145CE;
}
</style>