Shades of Fuchsia #D15BCC
Tints of Fuchsia #D15BCC
RGB
CMYK
RGB Variations
Color information
#D15BCC (or 0xD15BCC) is known color: Fuchsia. HEX triplet: D1, 5B and CC. RGB value is (209,91,204). Sum of RGB (Red+Green+Blue) = 209+91+204=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BCC is #2EA433. Grayscale: #8A8A8A. Windows color (decimal): -3056692 or 13392849. OLE color: 13392849.
HSL color Cylindrical-coordinate representation of color #D15BCC: hue angle of 302.54º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15BCC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 204 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.18 |
| HSL | 302.54º | 0.56% | 0.59% | - |
| HSV(B) | 302.54º | 0.56% | 0.82% | - |
| XYZ | 40.93 | 25.4 | 59.87 | - |
| YUV | 139.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 204 | 0 | 0.56 | 0.02 | 0.18 | 302.54 | 0.56 | 0.59 |
| Hex | D1 | 5B | CC | 0 | 38 | 2 | 12 | 12F | 38 | 3B |
| Octal | 321 | 133 | 314 | 0 | 70 | 2 | 22 | 457 | 70 | 73 |
| Binary | 11010001 | 1011011 | 11001100 | 0 | 111000 | 10 | 10010 | 100101111 | 111000 | 111011 |
Color Harmonies of #D15BCC
Complementary color
Monochromatic Colors of #D15BCC
Black with #D15BCC
Text Example
Text Example
White with #D15BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BCC; }
p { color: rgb(209,91,204); }
H1.HeaderClassName
{
color: #D15BCC;
}
.AnyTagClassName
{
color: #D15BCC;
}
</style>
background-color css
<style>
a { background-color: #D15BCC; }
a { background-color: rgb(209,91,204); }
div.DivClassName
{
background-color: #D15BCC;
}
.BgClassName
{
background-color: #D15BCC;
}
</style>
border-color css
<style>
span { border-color: #D15BCC; }
span { border-color: rgb(209,91,204); }
td.TdClassName
{
border-color: #D15BCC;
}
.TagClassName
{
border-color: #D15BCC;
}
</style>