Shades of Fuchsia #D344BC
Tints of Fuchsia #D344BC
RGB
CMYK
RGB Variations
Color information
#D344BC (or 0xD344BC) is known color: Fuchsia. HEX triplet: D3, 44 and BC. RGB value is (211,68,188). Sum of RGB (Red+Green+Blue) = 211+68+188=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D344BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344BC is #2CBB43. Grayscale: #7C7C7C. Windows color (decimal): -2931524 or 12338387. OLE color: 12338387.
HSL color Cylindrical-coordinate representation of color #D344BC: hue angle of 309.65º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D344BC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 188 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.17 |
| HSL | 309.65º | 0.62% | 0.55% | - |
| HSV(B) | 309.65º | 0.68% | 0.83% | - |
| XYZ | 38.01 | 21.61 | 49.75 | - |
| YUV | 124.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 188 | 0 | 0.68 | 0.11 | 0.17 | 309.65 | 0.62 | 0.55 |
| Hex | D3 | 44 | BC | 0 | 44 | B | 11 | 136 | 3E | 37 |
| Octal | 323 | 104 | 274 | 0 | 104 | 13 | 21 | 466 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10111100 | 0 | 1000100 | 1011 | 10001 | 100110110 | 111110 | 110111 |
Color Harmonies of #D344BC
Complementary color
Monochromatic Colors of #D344BC
Black with #D344BC
Text Example
Text Example
White with #D344BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344BC; }
p { color: rgb(211,68,188); }
H1.HeaderClassName
{
color: #D344BC;
}
.AnyTagClassName
{
color: #D344BC;
}
</style>
background-color css
<style>
a { background-color: #D344BC; }
a { background-color: rgb(211,68,188); }
div.DivClassName
{
background-color: #D344BC;
}
.BgClassName
{
background-color: #D344BC;
}
</style>
border-color css
<style>
span { border-color: #D344BC; }
span { border-color: rgb(211,68,188); }
td.TdClassName
{
border-color: #D344BC;
}
.TagClassName
{
border-color: #D344BC;
}
</style>