Shades of Carissma #DF8794
Tints of Carissma #DF8794
RGB
CMYK
RGB Variations
Color information
#DF8794 (or 0xDF8794) is known color: Carissma. HEX triplet: DF, 87 and 94. RGB value is (223,135,148). Sum of RGB (Red+Green+Blue) = 223+135+148=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8794 is #20786B. Grayscale: #A2A2A2. Windows color (decimal): -2127980 or 9734111. OLE color: 9734111.
HSL color Cylindrical-coordinate representation of color #DF8794: hue angle of 351.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8794 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 148 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.13 |
| HSL | 351.14º | 0.58% | 0.7% | - |
| HSV(B) | 351.14º | 0.39% | 0.87% | - |
| XYZ | 44.44 | 35.15 | 32.46 | - |
| YUV | 162.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 148 | 0 | 0.39 | 0.34 | 0.13 | 351.14 | 0.58 | 0.7 |
| Hex | DF | 87 | 94 | 0 | 27 | 22 | D | 15F | 3A | 46 |
| Octal | 337 | 207 | 224 | 0 | 47 | 42 | 15 | 537 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10010100 | 0 | 100111 | 100010 | 1101 | 101011111 | 111010 | 1000110 |
Color Harmonies of #DF8794
Complementary color
Monochromatic Colors of #DF8794
Black with #DF8794
Text Example
Text Example
White with #DF8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8794; }
p { color: rgb(223,135,148); }
H1.HeaderClassName
{
color: #DF8794;
}
.AnyTagClassName
{
color: #DF8794;
}
</style>
background-color css
<style>
a { background-color: #DF8794; }
a { background-color: rgb(223,135,148); }
div.DivClassName
{
background-color: #DF8794;
}
.BgClassName
{
background-color: #DF8794;
}
</style>
border-color css
<style>
span { border-color: #DF8794; }
span { border-color: rgb(223,135,148); }
td.TdClassName
{
border-color: #DF8794;
}
.TagClassName
{
border-color: #DF8794;
}
</style>