Shades of Fuchsia #D15DB4
Tints of Fuchsia #D15DB4
RGB
CMYK
RGB Variations
Color information
#D15DB4 (or 0xD15DB4) is known color: Fuchsia. HEX triplet: D1, 5D and B4. RGB value is (209,93,180). Sum of RGB (Red+Green+Blue) = 209+93+180=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DB4 is #2EA24B. Grayscale: #898989. Windows color (decimal): -3056204 or 11820497. OLE color: 11820497.
HSL color Cylindrical-coordinate representation of color #D15DB4: hue angle of 315º 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 #D15DB4 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 180 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.18 |
| HSL | 315º | 0.56% | 0.59% | - |
| HSV(B) | 315º | 0.56% | 0.82% | - |
| XYZ | 38.45 | 24.68 | 45.92 | - |
| YUV | 137.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 180 | 0 | 0.56 | 0.14 | 0.18 | 315 | 0.56 | 0.59 |
| Hex | D1 | 5D | B4 | 0 | 38 | E | 12 | 13B | 38 | 3B |
| Octal | 321 | 135 | 264 | 0 | 70 | 16 | 22 | 473 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10110100 | 0 | 111000 | 1110 | 10010 | 100111011 | 111000 | 111011 |
Color Harmonies of #D15DB4
Complementary color
Monochromatic Colors of #D15DB4
Black with #D15DB4
Text Example
Text Example
White with #D15DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DB4; }
p { color: rgb(209,93,180); }
H1.HeaderClassName
{
color: #D15DB4;
}
.AnyTagClassName
{
color: #D15DB4;
}
</style>
background-color css
<style>
a { background-color: #D15DB4; }
a { background-color: rgb(209,93,180); }
div.DivClassName
{
background-color: #D15DB4;
}
.BgClassName
{
background-color: #D15DB4;
}
</style>
border-color css
<style>
span { border-color: #D15DB4; }
span { border-color: rgb(209,93,180); }
td.TdClassName
{
border-color: #D15DB4;
}
.TagClassName
{
border-color: #D15DB4;
}
</style>