Shades of Fuchsia #D15CCB
Tints of Fuchsia #D15CCB
RGB
CMYK
RGB Variations
Color information
#D15CCB (or 0xD15CCB) is known color: Fuchsia. HEX triplet: D1, 5C and CB. RGB value is (209,92,203). Sum of RGB (Red+Green+Blue) = 209+92+203=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CCB is #2EA334. Grayscale: #8B8B8B. Windows color (decimal): -3056437 or 13327569. OLE color: 13327569.
HSL color Cylindrical-coordinate representation of color #D15CCB: hue angle of 303.08º 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 #D15CCB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 203 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.18 |
| HSL | 303.08º | 0.56% | 0.59% | - |
| HSV(B) | 303.08º | 0.56% | 0.82% | - |
| XYZ | 40.9 | 25.52 | 59.27 | - |
| YUV | 139.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 203 | 0 | 0.56 | 0.03 | 0.18 | 303.08 | 0.56 | 0.59 |
| Hex | D1 | 5C | CB | 0 | 38 | 3 | 12 | 12F | 38 | 3B |
| Octal | 321 | 134 | 313 | 0 | 70 | 3 | 22 | 457 | 70 | 73 |
| Binary | 11010001 | 1011100 | 11001011 | 0 | 111000 | 11 | 10010 | 100101111 | 111000 | 111011 |
Color Harmonies of #D15CCB
Complementary color
Monochromatic Colors of #D15CCB
Black with #D15CCB
Text Example
Text Example
White with #D15CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CCB; }
p { color: rgb(209,92,203); }
H1.HeaderClassName
{
color: #D15CCB;
}
.AnyTagClassName
{
color: #D15CCB;
}
</style>
background-color css
<style>
a { background-color: #D15CCB; }
a { background-color: rgb(209,92,203); }
div.DivClassName
{
background-color: #D15CCB;
}
.BgClassName
{
background-color: #D15CCB;
}
</style>
border-color css
<style>
span { border-color: #D15CCB; }
span { border-color: rgb(209,92,203); }
td.TdClassName
{
border-color: #D15CCB;
}
.TagClassName
{
border-color: #D15CCB;
}
</style>