Shades of Fuchsia #D15CCC
Tints of Fuchsia #D15CCC
RGB
CMYK
RGB Variations
Color information
#D15CCC (or 0xD15CCC) is known color: Fuchsia. HEX triplet: D1, 5C and CC. RGB value is (209,92,204). Sum of RGB (Red+Green+Blue) = 209+92+204=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CCC is #2EA333. Grayscale: #8B8B8B. Windows color (decimal): -3056436 or 13393105. OLE color: 13393105.
HSL color Cylindrical-coordinate representation of color #D15CCC: hue angle of 302.56º 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 #D15CCC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 204 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.18 |
| HSL | 302.56º | 0.56% | 0.59% | - |
| HSV(B) | 302.56º | 0.56% | 0.82% | - |
| XYZ | 41.02 | 25.57 | 59.9 | - |
| YUV | 139.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 204 | 0 | 0.56 | 0.02 | 0.18 | 302.56 | 0.56 | 0.59 |
| Hex | D1 | 5C | CC | 0 | 38 | 2 | 12 | 12F | 38 | 3B |
| Octal | 321 | 134 | 314 | 0 | 70 | 2 | 22 | 457 | 70 | 73 |
| Binary | 11010001 | 1011100 | 11001100 | 0 | 111000 | 10 | 10010 | 100101111 | 111000 | 111011 |
Color Harmonies of #D15CCC
Complementary color
Monochromatic Colors of #D15CCC
Black with #D15CCC
Text Example
Text Example
White with #D15CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CCC; }
p { color: rgb(209,92,204); }
H1.HeaderClassName
{
color: #D15CCC;
}
.AnyTagClassName
{
color: #D15CCC;
}
</style>
background-color css
<style>
a { background-color: #D15CCC; }
a { background-color: rgb(209,92,204); }
div.DivClassName
{
background-color: #D15CCC;
}
.BgClassName
{
background-color: #D15CCC;
}
</style>
border-color css
<style>
span { border-color: #D15CCC; }
span { border-color: rgb(209,92,204); }
td.TdClassName
{
border-color: #D15CCC;
}
.TagClassName
{
border-color: #D15CCC;
}
</style>