Shades of Fuchsia #D345CC
Tints of Fuchsia #D345CC
RGB
CMYK
RGB Variations
Color information
#D345CC (or 0xD345CC) is known color: Fuchsia. HEX triplet: D3, 45 and CC. RGB value is (211,69,204). Sum of RGB (Red+Green+Blue) = 211+69+204=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D345CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D345CC is #2CBA33. Grayscale: #7E7E7E. Windows color (decimal): -2931252 or 13387219. OLE color: 13387219.
HSL color Cylindrical-coordinate representation of color #D345CC: hue angle of 302.96º 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 #D345CC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 204 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.17 |
| HSL | 302.96º | 0.62% | 0.55% | - |
| HSV(B) | 302.96º | 0.67% | 0.83% | - |
| XYZ | 39.89 | 22.46 | 59.36 | - |
| YUV | 126.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 204 | 0 | 0.67 | 0.03 | 0.17 | 302.96 | 0.62 | 0.55 |
| Hex | D3 | 45 | CC | 0 | 43 | 3 | 11 | 12F | 3E | 37 |
| Octal | 323 | 105 | 314 | 0 | 103 | 3 | 21 | 457 | 76 | 67 |
| Binary | 11010011 | 1000101 | 11001100 | 0 | 1000011 | 11 | 10001 | 100101111 | 111110 | 110111 |
Color Harmonies of #D345CC
Complementary color
Monochromatic Colors of #D345CC
Black with #D345CC
Text Example
Text Example
White with #D345CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345CC; }
p { color: rgb(211,69,204); }
H1.HeaderClassName
{
color: #D345CC;
}
.AnyTagClassName
{
color: #D345CC;
}
</style>
background-color css
<style>
a { background-color: #D345CC; }
a { background-color: rgb(211,69,204); }
div.DivClassName
{
background-color: #D345CC;
}
.BgClassName
{
background-color: #D345CC;
}
</style>
border-color css
<style>
span { border-color: #D345CC; }
span { border-color: rgb(211,69,204); }
td.TdClassName
{
border-color: #D345CC;
}
.TagClassName
{
border-color: #D345CC;
}
</style>