Shades of Fuchsia #D345B5
Tints of Fuchsia #D345B5
RGB
CMYK
RGB Variations
Color information
#D345B5 (or 0xD345B5) is known color: Fuchsia. HEX triplet: D3, 45 and B5. RGB value is (211,69,181). Sum of RGB (Red+Green+Blue) = 211+69+181=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D345B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D345B5 is #2CBA4A. Grayscale: #7B7B7B. Windows color (decimal): -2931275 or 11879891. OLE color: 11879891.
HSL color Cylindrical-coordinate representation of color #D345B5: hue angle of 312.68º 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 #D345B5 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 181 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.17 |
| HSL | 312.68º | 0.62% | 0.55% | - |
| HSV(B) | 312.68º | 0.67% | 0.83% | - |
| XYZ | 37.33 | 21.44 | 45.89 | - |
| YUV | 124.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 181 | 0 | 0.67 | 0.14 | 0.17 | 312.68 | 0.62 | 0.55 |
| Hex | D3 | 45 | B5 | 0 | 43 | E | 11 | 139 | 3E | 37 |
| Octal | 323 | 105 | 265 | 0 | 103 | 16 | 21 | 471 | 76 | 67 |
| Binary | 11010011 | 1000101 | 10110101 | 0 | 1000011 | 1110 | 10001 | 100111001 | 111110 | 110111 |
Color Harmonies of #D345B5
Complementary color
Monochromatic Colors of #D345B5
Black with #D345B5
Text Example
Text Example
White with #D345B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345B5; }
p { color: rgb(211,69,181); }
H1.HeaderClassName
{
color: #D345B5;
}
.AnyTagClassName
{
color: #D345B5;
}
</style>
background-color css
<style>
a { background-color: #D345B5; }
a { background-color: rgb(211,69,181); }
div.DivClassName
{
background-color: #D345B5;
}
.BgClassName
{
background-color: #D345B5;
}
</style>
border-color css
<style>
span { border-color: #D345B5; }
span { border-color: rgb(211,69,181); }
td.TdClassName
{
border-color: #D345B5;
}
.TagClassName
{
border-color: #D345B5;
}
</style>