Shades of Fuchsia #D344CC
Tints of Fuchsia #D344CC
RGB
CMYK
RGB Variations
Color information
#D344CC (or 0xD344CC) is known color: Fuchsia. HEX triplet: D3, 44 and CC. RGB value is (211,68,204). Sum of RGB (Red+Green+Blue) = 211+68+204=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D344CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344CC is #2CBB33. Grayscale: #7D7D7D. Windows color (decimal): -2931508 or 13386963. OLE color: 13386963.
HSL color Cylindrical-coordinate representation of color #D344CC: hue angle of 302.94º 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 #D344CC is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 204 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.17 |
| HSL | 302.94º | 0.62% | 0.55% | - |
| HSV(B) | 302.94º | 0.68% | 0.83% | - |
| XYZ | 39.83 | 22.34 | 59.34 | - |
| YUV | 126.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 204 | 0 | 0.68 | 0.03 | 0.17 | 302.94 | 0.62 | 0.55 |
| Hex | D3 | 44 | CC | 0 | 44 | 3 | 11 | 12F | 3E | 37 |
| Octal | 323 | 104 | 314 | 0 | 104 | 3 | 21 | 457 | 76 | 67 |
| Binary | 11010011 | 1000100 | 11001100 | 0 | 1000100 | 11 | 10001 | 100101111 | 111110 | 110111 |
Color Harmonies of #D344CC
Complementary color
Monochromatic Colors of #D344CC
Black with #D344CC
Text Example
Text Example
White with #D344CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344CC; }
p { color: rgb(211,68,204); }
H1.HeaderClassName
{
color: #D344CC;
}
.AnyTagClassName
{
color: #D344CC;
}
</style>
background-color css
<style>
a { background-color: #D344CC; }
a { background-color: rgb(211,68,204); }
div.DivClassName
{
background-color: #D344CC;
}
.BgClassName
{
background-color: #D344CC;
}
</style>
border-color css
<style>
span { border-color: #D344CC; }
span { border-color: rgb(211,68,204); }
td.TdClassName
{
border-color: #D344CC;
}
.TagClassName
{
border-color: #D344CC;
}
</style>