Shades of Fuchsia #D145D3
Tints of Fuchsia #D145D3
RGB
CMYK
RGB Variations
Color information
#D145D3 (or 0xD145D3) is known color: Fuchsia. HEX triplet: D1, 45 and D3. RGB value is (209,69,211). Sum of RGB (Red+Green+Blue) = 209+69+211=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #D145D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145D3 is #2EBA2C. Grayscale: #7E7E7E. Windows color (decimal): -3062317 or 13845969. OLE color: 13845969.
HSL color Cylindrical-coordinate representation of color #D145D3: hue angle of 299.15º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145D3 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 69 | 211 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.17 |
| HSL | 299.15º | 0.62% | 0.55% | - |
| HSV(B) | 299.15º | 0.67% | 0.83% | - |
| XYZ | 40.18 | 22.51 | 63.86 | - |
| YUV | 127.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 211 | 0.01 | 0.67 | 0 | 0.17 | 299.15 | 0.62 | 0.55 |
| Hex | D1 | 45 | D3 | 1 | 43 | 0 | 11 | 12B | 3E | 37 |
| Octal | 321 | 105 | 323 | 1 | 103 | 0 | 21 | 453 | 76 | 67 |
| Binary | 11010001 | 1000101 | 11010011 | 1 | 1000011 | 0 | 10001 | 100101011 | 111110 | 110111 |
Color Harmonies of #D145D3
Complementary color
Monochromatic Colors of #D145D3
Black with #D145D3
Text Example
Text Example
White with #D145D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145D3; }
p { color: rgb(209,69,211); }
H1.HeaderClassName
{
color: #D145D3;
}
.AnyTagClassName
{
color: #D145D3;
}
</style>
background-color css
<style>
a { background-color: #D145D3; }
a { background-color: rgb(209,69,211); }
div.DivClassName
{
background-color: #D145D3;
}
.BgClassName
{
background-color: #D145D3;
}
</style>
border-color css
<style>
span { border-color: #D145D3; }
span { border-color: rgb(209,69,211); }
td.TdClassName
{
border-color: #D145D3;
}
.TagClassName
{
border-color: #D145D3;
}
</style>