Shades of Fuchsia #D15BCA
Tints of Fuchsia #D15BCA
RGB
CMYK
RGB Variations
Color information
#D15BCA (or 0xD15BCA) is known color: Fuchsia. HEX triplet: D1, 5B and CA. RGB value is (209,91,202). Sum of RGB (Red+Green+Blue) = 209+91+202=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BCA is #2EA435. Grayscale: #8A8A8A. Windows color (decimal): -3056694 or 13261777. OLE color: 13261777.
HSL color Cylindrical-coordinate representation of color #D15BCA: hue angle of 303.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 #D15BCA is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 202 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.18 |
| HSL | 303.56º | 0.56% | 0.59% | - |
| HSV(B) | 303.56º | 0.56% | 0.82% | - |
| XYZ | 40.7 | 25.3 | 58.62 | - |
| YUV | 138.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 202 | 0 | 0.56 | 0.03 | 0.18 | 303.56 | 0.56 | 0.59 |
| Hex | D1 | 5B | CA | 0 | 38 | 3 | 12 | 130 | 38 | 3B |
| Octal | 321 | 133 | 312 | 0 | 70 | 3 | 22 | 460 | 70 | 73 |
| Binary | 11010001 | 1011011 | 11001010 | 0 | 111000 | 11 | 10010 | 100110000 | 111000 | 111011 |
Color Harmonies of #D15BCA
Complementary color
Monochromatic Colors of #D15BCA
Black with #D15BCA
Text Example
Text Example
White with #D15BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BCA; }
p { color: rgb(209,91,202); }
H1.HeaderClassName
{
color: #D15BCA;
}
.AnyTagClassName
{
color: #D15BCA;
}
</style>
background-color css
<style>
a { background-color: #D15BCA; }
a { background-color: rgb(209,91,202); }
div.DivClassName
{
background-color: #D15BCA;
}
.BgClassName
{
background-color: #D15BCA;
}
</style>
border-color css
<style>
span { border-color: #D15BCA; }
span { border-color: rgb(209,91,202); }
td.TdClassName
{
border-color: #D15BCA;
}
.TagClassName
{
border-color: #D15BCA;
}
</style>