Shades of Fuchsia #D15CBE
Tints of Fuchsia #D15CBE
RGB
CMYK
RGB Variations
Color information
#D15CBE (or 0xD15CBE) is known color: Fuchsia. HEX triplet: D1, 5C and BE. RGB value is (209,92,190). Sum of RGB (Red+Green+Blue) = 209+92+190=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CBE is #2EA341. Grayscale: #898989. Windows color (decimal): -3056450 or 12475601. OLE color: 12475601.
HSL color Cylindrical-coordinate representation of color #D15CBE: hue angle of 309.74º 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 #D15CBE is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 190 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.18 |
| HSL | 309.74º | 0.56% | 0.59% | - |
| HSV(B) | 309.74º | 0.56% | 0.82% | - |
| XYZ | 39.42 | 24.93 | 51.45 | - |
| YUV | 138.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 190 | 0 | 0.56 | 0.09 | 0.18 | 309.74 | 0.56 | 0.59 |
| Hex | D1 | 5C | BE | 0 | 38 | 9 | 12 | 136 | 38 | 3B |
| Octal | 321 | 134 | 276 | 0 | 70 | 11 | 22 | 466 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10111110 | 0 | 111000 | 1001 | 10010 | 100110110 | 111000 | 111011 |
Color Harmonies of #D15CBE
Complementary color
Monochromatic Colors of #D15CBE
Black with #D15CBE
Text Example
Text Example
White with #D15CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CBE; }
p { color: rgb(209,92,190); }
H1.HeaderClassName
{
color: #D15CBE;
}
.AnyTagClassName
{
color: #D15CBE;
}
</style>
background-color css
<style>
a { background-color: #D15CBE; }
a { background-color: rgb(209,92,190); }
div.DivClassName
{
background-color: #D15CBE;
}
.BgClassName
{
background-color: #D15CBE;
}
</style>
border-color css
<style>
span { border-color: #D15CBE; }
span { border-color: rgb(209,92,190); }
td.TdClassName
{
border-color: #D15CBE;
}
.TagClassName
{
border-color: #D15CBE;
}
</style>