Shades of Carissma #DF86A0
Tints of Carissma #DF86A0
RGB
CMYK
RGB Variations
Color information
#DF86A0 (or 0xDF86A0) is known color: Carissma. HEX triplet: DF, 86 and A0. RGB value is (223,134,160). Sum of RGB (Red+Green+Blue) = 223+134+160=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF86A0 is #20795F. Grayscale: #A3A3A3. Windows color (decimal): -2128224 or 10520287. OLE color: 10520287.
HSL color Cylindrical-coordinate representation of color #DF86A0: hue angle of 342.47º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86A0 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 160 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.13 |
| HSL | 342.47º | 0.58% | 0.7% | - |
| HSV(B) | 342.47º | 0.4% | 0.87% | - |
| XYZ | 45.3 | 35.28 | 37.68 | - |
| YUV | 163.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 160 | 0 | 0.40 | 0.28 | 0.13 | 342.47 | 0.58 | 0.7 |
| Hex | DF | 86 | A0 | 0 | 28 | 1C | D | 156 | 3A | 46 |
| Octal | 337 | 206 | 240 | 0 | 50 | 34 | 15 | 526 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10100000 | 0 | 101000 | 11100 | 1101 | 101010110 | 111010 | 1000110 |
Color Harmonies of #DF86A0
Complementary color
Monochromatic Colors of #DF86A0
Black with #DF86A0
Text Example
Text Example
White with #DF86A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86A0; }
p { color: rgb(223,134,160); }
H1.HeaderClassName
{
color: #DF86A0;
}
.AnyTagClassName
{
color: #DF86A0;
}
</style>
background-color css
<style>
a { background-color: #DF86A0; }
a { background-color: rgb(223,134,160); }
div.DivClassName
{
background-color: #DF86A0;
}
.BgClassName
{
background-color: #DF86A0;
}
</style>
border-color css
<style>
span { border-color: #DF86A0; }
span { border-color: rgb(223,134,160); }
td.TdClassName
{
border-color: #DF86A0;
}
.TagClassName
{
border-color: #DF86A0;
}
</style>