Shades of Fuchsia #D345BE
Tints of Fuchsia #D345BE
RGB
CMYK
RGB Variations
Color information
#D345BE (or 0xD345BE) is known color: Fuchsia. HEX triplet: D3, 45 and BE. RGB value is (211,69,190). Sum of RGB (Red+Green+Blue) = 211+69+190=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D345BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D345BE is #2CBA41. Grayscale: #7C7C7C. Windows color (decimal): -2931266 or 12469715. OLE color: 12469715.
HSL color Cylindrical-coordinate representation of color #D345BE: hue angle of 308.87º 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 #D345BE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 190 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.17 |
| HSL | 308.87º | 0.62% | 0.55% | - |
| HSV(B) | 308.87º | 0.67% | 0.83% | - |
| XYZ | 38.29 | 21.82 | 50.91 | - |
| YUV | 125.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 190 | 0 | 0.67 | 0.10 | 0.17 | 308.87 | 0.62 | 0.55 |
| Hex | D3 | 45 | BE | 0 | 43 | A | 11 | 135 | 3E | 37 |
| Octal | 323 | 105 | 276 | 0 | 103 | 12 | 21 | 465 | 76 | 67 |
| Binary | 11010011 | 1000101 | 10111110 | 0 | 1000011 | 1010 | 10001 | 100110101 | 111110 | 110111 |
Color Harmonies of #D345BE
Complementary color
Monochromatic Colors of #D345BE
Black with #D345BE
Text Example
Text Example
White with #D345BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345BE; }
p { color: rgb(211,69,190); }
H1.HeaderClassName
{
color: #D345BE;
}
.AnyTagClassName
{
color: #D345BE;
}
</style>
background-color css
<style>
a { background-color: #D345BE; }
a { background-color: rgb(211,69,190); }
div.DivClassName
{
background-color: #D345BE;
}
.BgClassName
{
background-color: #D345BE;
}
</style>
border-color css
<style>
span { border-color: #D345BE; }
span { border-color: rgb(211,69,190); }
td.TdClassName
{
border-color: #D345BE;
}
.TagClassName
{
border-color: #D345BE;
}
</style>