Shades of Fuchsia #D15DC4
Tints of Fuchsia #D15DC4
RGB
CMYK
RGB Variations
Color information
#D15DC4 (or 0xD15DC4) is known color: Fuchsia. HEX triplet: D1, 5D and C4. RGB value is (209,93,196). Sum of RGB (Red+Green+Blue) = 209+93+196=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DC4 is #2EA23B. Grayscale: #8B8B8B. Windows color (decimal): -3056188 or 12869073. OLE color: 12869073.
HSL color Cylindrical-coordinate representation of color #D15DC4: hue angle of 306.72º 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 #D15DC4 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 196 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.18 |
| HSL | 306.72º | 0.56% | 0.59% | - |
| HSV(B) | 306.72º | 0.56% | 0.82% | - |
| XYZ | 40.17 | 25.37 | 55 | - |
| YUV | 139.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 196 | 0 | 0.56 | 0.06 | 0.18 | 306.72 | 0.56 | 0.59 |
| Hex | D1 | 5D | C4 | 0 | 38 | 6 | 12 | 133 | 38 | 3B |
| Octal | 321 | 135 | 304 | 0 | 70 | 6 | 22 | 463 | 70 | 73 |
| Binary | 11010001 | 1011101 | 11000100 | 0 | 111000 | 110 | 10010 | 100110011 | 111000 | 111011 |
Color Harmonies of #D15DC4
Complementary color
Monochromatic Colors of #D15DC4
Black with #D15DC4
Text Example
Text Example
White with #D15DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DC4; }
p { color: rgb(209,93,196); }
H1.HeaderClassName
{
color: #D15DC4;
}
.AnyTagClassName
{
color: #D15DC4;
}
</style>
background-color css
<style>
a { background-color: #D15DC4; }
a { background-color: rgb(209,93,196); }
div.DivClassName
{
background-color: #D15DC4;
}
.BgClassName
{
background-color: #D15DC4;
}
</style>
border-color css
<style>
span { border-color: #D15DC4; }
span { border-color: rgb(209,93,196); }
td.TdClassName
{
border-color: #D15DC4;
}
.TagClassName
{
border-color: #D15DC4;
}
</style>