Shades of Carissma #DF8694
Tints of Carissma #DF8694
RGB
CMYK
RGB Variations
Color information
#DF8694 (or 0xDF8694) is known color: Carissma. HEX triplet: DF, 86 and 94. RGB value is (223,134,148). Sum of RGB (Red+Green+Blue) = 223+134+148=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8694 is #20796B. Grayscale: #A2A2A2. Windows color (decimal): -2128236 or 9733855. OLE color: 9733855.
HSL color Cylindrical-coordinate representation of color #DF8694: hue angle of 350.56º 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 #DF8694 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 148 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.13 |
| HSL | 350.56º | 0.58% | 0.7% | - |
| HSV(B) | 350.56º | 0.4% | 0.87% | - |
| XYZ | 44.3 | 34.88 | 32.41 | - |
| YUV | 162.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 148 | 0 | 0.40 | 0.34 | 0.13 | 350.56 | 0.58 | 0.7 |
| Hex | DF | 86 | 94 | 0 | 28 | 22 | D | 15F | 3A | 46 |
| Octal | 337 | 206 | 224 | 0 | 50 | 42 | 15 | 537 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10010100 | 0 | 101000 | 100010 | 1101 | 101011111 | 111010 | 1000110 |
Color Harmonies of #DF8694
Complementary color
Monochromatic Colors of #DF8694
Black with #DF8694
Text Example
Text Example
White with #DF8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8694; }
p { color: rgb(223,134,148); }
H1.HeaderClassName
{
color: #DF8694;
}
.AnyTagClassName
{
color: #DF8694;
}
</style>
background-color css
<style>
a { background-color: #DF8694; }
a { background-color: rgb(223,134,148); }
div.DivClassName
{
background-color: #DF8694;
}
.BgClassName
{
background-color: #DF8694;
}
</style>
border-color css
<style>
span { border-color: #DF8694; }
span { border-color: rgb(223,134,148); }
td.TdClassName
{
border-color: #DF8694;
}
.TagClassName
{
border-color: #DF8694;
}
</style>