Shades of Fuchsia #D739CC
Tints of Fuchsia #D739CC
RGB
CMYK
RGB Variations
Color information
#D739CC (or 0xD739CC) is known color: Fuchsia. HEX triplet: D7, 39 and CC. RGB value is (215,57,204). Sum of RGB (Red+Green+Blue) = 215+57+204=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D739CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739CC is #28C633. Grayscale: #787878. Windows color (decimal): -2672180 or 13384151. OLE color: 13384151.
HSL color Cylindrical-coordinate representation of color #D739CC: hue angle of 304.18º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D739CC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 204 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.16 |
| HSL | 304.18º | 0.66% | 0.53% | - |
| HSV(B) | 304.18º | 0.73% | 0.84% | - |
| XYZ | 40.39 | 21.73 | 59.19 | - |
| YUV | 121 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 204 | 0 | 0.73 | 0.05 | 0.16 | 304.18 | 0.66 | 0.53 |
| Hex | D7 | 39 | CC | 0 | 49 | 5 | 10 | 130 | 42 | 35 |
| Octal | 327 | 71 | 314 | 0 | 111 | 5 | 20 | 460 | 102 | 65 |
| Binary | 11010111 | 111001 | 11001100 | 0 | 1001001 | 101 | 10000 | 100110000 | 1000010 | 110101 |
Color Harmonies of #D739CC
Complementary color
Monochromatic Colors of #D739CC
Black with #D739CC
Text Example
Text Example
White with #D739CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D739CC; }
p { color: rgb(215,57,204); }
H1.HeaderClassName
{
color: #D739CC;
}
.AnyTagClassName
{
color: #D739CC;
}
</style>
background-color css
<style>
a { background-color: #D739CC; }
a { background-color: rgb(215,57,204); }
div.DivClassName
{
background-color: #D739CC;
}
.BgClassName
{
background-color: #D739CC;
}
</style>
border-color css
<style>
span { border-color: #D739CC; }
span { border-color: rgb(215,57,204); }
td.TdClassName
{
border-color: #D739CC;
}
.TagClassName
{
border-color: #D739CC;
}
</style>