Shades of Fuchsia #D736CC
Tints of Fuchsia #D736CC
RGB
CMYK
RGB Variations
Color information
#D736CC (or 0xD736CC) is known color: Fuchsia. HEX triplet: D7, 36 and CC. RGB value is (215,54,204). Sum of RGB (Red+Green+Blue) = 215+54+204=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D736CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736CC is #28C933. Grayscale: #767676. Windows color (decimal): -2672948 or 13383383. OLE color: 13383383.
HSL color Cylindrical-coordinate representation of color #D736CC: hue angle of 304.1º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736CC is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 204 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.16 |
| HSL | 304.1º | 0.67% | 0.53% | - |
| HSV(B) | 304.1º | 0.75% | 0.84% | - |
| XYZ | 40.24 | 21.45 | 59.15 | - |
| YUV | 119.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 204 | 0 | 0.75 | 0.05 | 0.16 | 304.1 | 0.67 | 0.53 |
| Hex | D7 | 36 | CC | 0 | 4B | 5 | 10 | 130 | 43 | 35 |
| Octal | 327 | 66 | 314 | 0 | 113 | 5 | 20 | 460 | 103 | 65 |
| Binary | 11010111 | 110110 | 11001100 | 0 | 1001011 | 101 | 10000 | 100110000 | 1000011 | 110101 |
Color Harmonies of #D736CC
Complementary color
Monochromatic Colors of #D736CC
Black with #D736CC
Text Example
Text Example
White with #D736CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736CC; }
p { color: rgb(215,54,204); }
H1.HeaderClassName
{
color: #D736CC;
}
.AnyTagClassName
{
color: #D736CC;
}
</style>
background-color css
<style>
a { background-color: #D736CC; }
a { background-color: rgb(215,54,204); }
div.DivClassName
{
background-color: #D736CC;
}
.BgClassName
{
background-color: #D736CC;
}
</style>
border-color css
<style>
span { border-color: #D736CC; }
span { border-color: rgb(215,54,204); }
td.TdClassName
{
border-color: #D736CC;
}
.TagClassName
{
border-color: #D736CC;
}
</style>