Shades of Fuchsia #D15BCB
Tints of Fuchsia #D15BCB
RGB
CMYK
RGB Variations
Color information
#D15BCB (or 0xD15BCB) is known color: Fuchsia. HEX triplet: D1, 5B and CB. RGB value is (209,91,203). Sum of RGB (Red+Green+Blue) = 209+91+203=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BCB is #2EA434. Grayscale: #8A8A8A. Windows color (decimal): -3056693 or 13327313. OLE color: 13327313.
HSL color Cylindrical-coordinate representation of color #D15BCB: hue angle of 303.05º 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 #D15BCB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 203 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.18 |
| HSL | 303.05º | 0.56% | 0.59% | - |
| HSV(B) | 303.05º | 0.56% | 0.82% | - |
| XYZ | 40.82 | 25.35 | 59.24 | - |
| YUV | 139.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 203 | 0 | 0.56 | 0.03 | 0.18 | 303.05 | 0.56 | 0.59 |
| Hex | D1 | 5B | CB | 0 | 38 | 3 | 12 | 12F | 38 | 3B |
| Octal | 321 | 133 | 313 | 0 | 70 | 3 | 22 | 457 | 70 | 73 |
| Binary | 11010001 | 1011011 | 11001011 | 0 | 111000 | 11 | 10010 | 100101111 | 111000 | 111011 |
Color Harmonies of #D15BCB
Complementary color
Monochromatic Colors of #D15BCB
Black with #D15BCB
Text Example
Text Example
White with #D15BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BCB; }
p { color: rgb(209,91,203); }
H1.HeaderClassName
{
color: #D15BCB;
}
.AnyTagClassName
{
color: #D15BCB;
}
</style>
background-color css
<style>
a { background-color: #D15BCB; }
a { background-color: rgb(209,91,203); }
div.DivClassName
{
background-color: #D15BCB;
}
.BgClassName
{
background-color: #D15BCB;
}
</style>
border-color css
<style>
span { border-color: #D15BCB; }
span { border-color: rgb(209,91,203); }
td.TdClassName
{
border-color: #D15BCB;
}
.TagClassName
{
border-color: #D15BCB;
}
</style>